15 lines
239 B
JSON
15 lines
239 B
JSON
{
|
|
"extends": [
|
|
"../.eslintrc.json"
|
|
],
|
|
"globals": {
|
|
"expect": true
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"rules": {
|
|
"indent": ["error",2, { "SwitchCase": 1 }]
|
|
}
|
|
}
|