UNPKG

443 BPlain TextView Raw
1{
2 "extends": "shellscape",
3 "globals": {
4 "mochaOptions": true,
5 "window": true
6 },
7 "rules": {
8 "func-names": "off",
9 "no-bitwise": "off",
10 "no-console": "off",
11 "no-global-assign": "off",
12 "no-inner-declarations": "off",
13 "no-param-reassign": "off",
14 "no-plusplus": "off",
15 "no-underscore-dangle": "off",
16 "no-undefined": "off",
17 "no-unused-expressions": "off",
18 "prefer-rest-params": "off"
19 }
20}