Files
talk/test/.eslintrc.json
T
2017-09-26 19:35:24 +07:00

13 lines
182 B
JSON

{
"env": {
"mocha": true
},
"plugins": [
"mocha"
],
"extends": "../.eslintrc.json",
"rules": {
"mocha/no-exclusive-tests": "warn"
}
}