|
30 | 30 | "eqeqeq": [2, "allow-null"],
|
31 | 31 | "func-names": 0,
|
32 | 32 | "func-style": 0,
|
33 |
| - "generator-star": 0, |
34 | 33 | "generator-star-spacing": [2, { "before": true, "after": true }],
|
35 |
| - "global-strict": 0, |
36 | 34 | "guard-for-in": 0,
|
37 | 35 | "handle-callback-err": [2, "^(err|error)$" ],
|
38 |
| - "indent": [2, 2], |
| 36 | + "indent": [2, 2, { "SwitchCase": 1 }], |
39 | 37 | "key-spacing": [2, { "beforeColon": false, "afterColon": true }],
|
40 | 38 | "linebreak-style": 0,
|
41 | 39 | "lines-around-comment": 0,
|
42 |
| - "max-depth": 0, |
43 |
| - "max-len": 0, |
44 | 40 | "max-nested-callbacks": 0,
|
45 |
| - "max-params": 0, |
46 |
| - "max-statements": 0, |
47 | 41 | "new-cap": [2, { "newIsCap": true, "capIsNew": false }],
|
48 | 42 | "new-parens": 2,
|
49 | 43 | "newline-after-var": 0,
|
50 | 44 | "no-alert": 0,
|
51 | 45 | "no-array-constructor": 2,
|
52 |
| - "no-bitwise": 0, |
53 | 46 | "no-caller": 2,
|
54 | 47 | "no-catch-shadow": 0,
|
55 |
| - "no-comma-dangle": 0, |
56 | 48 | "no-cond-assign": 2,
|
57 | 49 | "no-console": 0,
|
58 | 50 | "no-constant-condition": 0,
|
|
67 | 59 | "no-else-return": 0,
|
68 | 60 | "no-empty": 0,
|
69 | 61 | "no-empty-character-class": 2,
|
70 |
| - "no-empty-class": 0, |
71 | 62 | "no-empty-label": 2,
|
72 | 63 | "no-eq-null": 0,
|
73 | 64 | "no-eval": 2,
|
|
77 | 68 | "no-extra-boolean-cast": 2,
|
78 | 69 | "no-extra-parens": 0,
|
79 | 70 | "no-extra-semi": 0,
|
80 |
| - "no-extra-strict": 0, |
81 | 71 | "no-fallthrough": 2,
|
82 | 72 | "no-floating-decimal": 2,
|
83 | 73 | "no-func-assign": 2,
|
|
110 | 100 | "no-octal-escape": 2,
|
111 | 101 | "no-param-reassign": 0,
|
112 | 102 | "no-path-concat": 0,
|
113 |
| - "no-plusplus": 0, |
114 | 103 | "no-process-env": 0,
|
115 | 104 | "no-process-exit": 0,
|
116 | 105 | "no-proto": 0,
|
117 | 106 | "no-redeclare": 2,
|
118 | 107 | "no-regex-spaces": 2,
|
119 |
| - "no-reserved-keys": 0, |
120 | 108 | "no-restricted-modules": 0,
|
121 | 109 | "no-return-assign": 2,
|
122 | 110 | "no-script-url": 0,
|
123 | 111 | "no-self-compare": 2,
|
124 | 112 | "no-sequences": 2,
|
125 | 113 | "no-shadow": 0,
|
126 | 114 | "no-shadow-restricted-names": 2,
|
127 |
| - "no-space-before-semi": 0, |
128 | 115 | "no-spaced-func": 2,
|
129 | 116 | "no-sparse-arrays": 2,
|
130 | 117 | "no-sync": 0,
|
|
146 | 133 | "no-void": 0,
|
147 | 134 | "no-warning-comments": 0,
|
148 | 135 | "no-with": 2,
|
149 |
| - "no-wrap-func": 2, |
150 | 136 | "object-curly-spacing": 0,
|
151 | 137 | "object-shorthand": 0,
|
152 | 138 | "one-var": [2, { "initialized": "never" }],
|
|
160 | 146 | "semi": [2, "never"],
|
161 | 147 | "semi-spacing": 0,
|
162 | 148 | "sort-vars": 0,
|
163 |
| - "space-after-function-name": 0, |
164 | 149 | "space-after-keywords": [2, "always"],
|
165 | 150 | "space-before-blocks": [2, "always"],
|
166 | 151 | "space-before-function-paren": [2, "always"],
|
167 |
| - "space-before-function-parentheses": 0, |
168 |
| - "space-in-brackets": 0, |
169 | 152 | "space-in-parens": [2, "never"],
|
170 | 153 | "space-infix-ops": 2,
|
171 | 154 | "space-return-throw-case": 2,
|
172 | 155 | "space-unary-ops": [2, { "words": true, "nonwords": false }],
|
173 | 156 | "spaced-comment": [2, "always", { "markers": ["global", "globals", "eslint", "eslint-disable", "*package", "!"] }],
|
174 |
| - "spaced-line-comment": 0, |
175 | 157 | "strict": 0,
|
176 | 158 | "use-isnan": 2,
|
177 | 159 | "valid-jsdoc": 0,
|
|
0 commit comments