UNPKG

897 BPlain TextView Raw
1{
2 "env": {
3 "browser": true,
4 "jquery": true,
5 "mocha": true,
6 "node": true
7 },
8 "globals": {},
9 "rules": {
10 "no-multi-str": 2,
11 "no-debugger": 0,
12 "strict": 0,
13 "semi": 0,
14 "linebreak-style": 0,
15 "no-bitwise": 2,
16 "no-cond-assign": 0,
17 "curly": 2,
18 "eqeqeq": 0,
19 "no-eq-null": 0,
20 "no-eval": 0,
21 "no-unused-expressions": 0,
22 "guard-for-in": 0,
23 "wrap-iife": [
24 2,
25 "any"
26 ],
27 "no-use-before-define": [
28 2,
29 {
30 "functions": false
31 }
32 ],
33 "no-loop-func": 2,
34 "no-caller": 2,
35 "no-script-url": 2,
36 "no-shadow": 2,
37 "no-new-func": 0,
38 "no-new-wrappers": 0,
39 "no-undef": 2,
40 "new-cap": 0,
41 "no-empty": 2,
42 "no-new": 0,
43 "no-ternary": 2,
44 "no-plusplus": 0,
45 "dot-notation": 0,
46 "indent": [
47 2,
48 2,
49 {
50 "SwitchCase": 1
51 }
52 ]
53 }
54}