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