750cf3d897
Add .eslint.rc and test/.eslint.rc
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
{
|
|
"extends": "../.eslintrc",
|
|
"rules": {
|
|
"no-shadow": 1
|
|
},
|
|
"globals": {
|
|
"expect": true,
|
|
"sinon": true
|
|
},
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
}
|