eslintrcとtsconfigを整理

This commit is contained in:
syuilo 2021-03-13 00:18:41 +09:00
parent 3e2d2e5f6b
commit 320f5fedfb
7 changed files with 75 additions and 24 deletions

7
test/.eslintrc Normal file
View file

@ -0,0 +1,7 @@
{
"env": {
"node": true,
"mocha": true,
"commonjs": true
}
}