UNPKG

290 BPlain TextView Raw
1{
2 "extends": "standard",
3 "plugins": [
4 "mocha"
5 ],
6 "parser": "babel-eslint",
7 "rules": {
8 "indent": [2, 4],
9
10 /* Mocha */
11 "mocha/no-exclusive-tests": [2],
12 "mocha/no-pending-tests": [2],
13 "mocha/handle-done-callback": [2],
14 "mocha/no-global-tests": [2],
15 }
16}