Use eslint instead of jscs/jshint
Add .eslint.rc and test/.eslint.rc
This commit is contained in:
13
test/.eslintrc
Normal file
13
test/.eslintrc
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../.eslintrc",
|
||||
"rules": {
|
||||
"no-shadow": 1
|
||||
},
|
||||
"globals": {
|
||||
"expect": true,
|
||||
"sinon": true
|
||||
},
|
||||
"env": {
|
||||
"mocha": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user