14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
|
{
|
||
|
"extends": "../.eslintrc",
|
||
|
"rules": {
|
||
|
"no-shadow": 1
|
||
|
},
|
||
|
"globals": {
|
||
|
"expect": true,
|
||
|
"sinon": true
|
||
|
},
|
||
|
"env": {
|
||
|
"mocha": true
|
||
|
}
|
||
|
}
|