17 lines
169 B
JSON
17 lines
169 B
JSON
{
|
|
"extends": "../.eslintrc.json",
|
|
|
|
"rules": {
|
|
"no-shadow": 1
|
|
},
|
|
|
|
"globals": {
|
|
"expect": true,
|
|
"sinon": true
|
|
},
|
|
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
}
|