mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 01:56:36 +08:00
15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"env": {
|
|
"es6": true,
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"plugins": [
|
|
"mocha"
|
|
],
|
|
"extends": "../.eslintrc.json",
|
|
"rules": {
|
|
"mocha/no-exclusive-tests": "warn"
|
|
}
|
|
}
|