Rewrite .eslintrc.json with extends property
This commit is contained in:
14
test/.eslintrc.json
Normal file
14
test/.eslintrc.json
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user