Rewrite .eslintrc.json with extends property

This commit is contained in:
Yuya Ochiai
2016-09-25 22:13:10 +09:00
parent 0926c915b5
commit 16a18e64e6
5 changed files with 270 additions and 253 deletions

14
test/.eslintrc.json Normal file
View File

@@ -0,0 +1,14 @@
{
"env": {
"mocha": true
},
"globals": {
"open_window": true
},
"rules": {
"global-require": 0,
"max-nested-callbacks": 0,
"no-eval": 0,
"no-magic-numbers": 0
}
}