13 lines
180 B
Plaintext
13 lines
180 B
Plaintext
{
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"plugins": [
|
|
"mocha"
|
|
],
|
|
"rules": {
|
|
"mocha/no-exclusive-tests": 2,
|
|
"max-nested-callbacks": 0
|
|
}
|
|
}
|