Update eslint rules
This commit is contained in:
16
test/.eslintrc.json
Normal file
16
test/.eslintrc.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "../.eslintrc.json",
|
||||
|
||||
"rules": {
|
||||
"no-shadow": 1
|
||||
},
|
||||
|
||||
"globals": {
|
||||
"expect": true,
|
||||
"sinon": true
|
||||
},
|
||||
|
||||
"env": {
|
||||
"mocha": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user