mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 04:32:04 +08:00
13 lines
182 B
JSON
13 lines
182 B
JSON
{
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"plugins": [
|
|
"mocha"
|
|
],
|
|
"extends": "../.eslintrc.json",
|
|
"rules": {
|
|
"mocha/no-exclusive-tests": "warn"
|
|
}
|
|
}
|