|
42 | 42 | "rules": {
|
43 | 43 | "prettier/prettier": 2,
|
44 | 44 |
|
45 |
| - "flowtype/space-after-type-colon": [2, "always"], |
46 |
| - "flowtype/space-before-type-colon": [2, "never"], |
47 |
| - "flowtype/space-before-generic-bracket": [2, "never"], |
48 |
| - "flowtype/union-intersection-spacing": [2, "always"], |
| 45 | + "flowtype/space-after-type-colon": 0, |
| 46 | + "flowtype/space-before-type-colon": 0, |
| 47 | + "flowtype/space-before-generic-bracket": 0, |
| 48 | + "flowtype/union-intersection-spacing": 0, |
49 | 49 | "flowtype/no-weak-types": [2, {"any": false}],
|
50 | 50 | "flowtype/define-flow-type": 2,
|
51 | 51 | "flowtype/use-flow-type": 2,
|
52 |
| - "flowtype/semi": 2, |
| 52 | + "flowtype/semi": 0, |
53 | 53 |
|
54 |
| - "arrow-parens": [2, "as-needed"], |
55 |
| - "arrow-spacing": 2, |
| 54 | + "arrow-parens": 0, |
| 55 | + "arrow-spacing": 0, |
56 | 56 | "block-scoped-var": 0,
|
57 |
| - "brace-style": [2, "1tbs", {"allowSingleLine": true}], |
| 57 | + "brace-style": 0, |
58 | 58 | "callback-return": 2,
|
59 | 59 | "camelcase": [2, {"properties": "always"}],
|
60 | 60 | "comma-dangle": 0,
|
61 | 61 | "comma-spacing": 0,
|
62 |
| - "comma-style": [2, "last"], |
| 62 | + "comma-style": 0, |
63 | 63 | "complexity": 0,
|
64 |
| - "computed-property-spacing": [2, "never"], |
| 64 | + "computed-property-spacing": 0, |
65 | 65 | "consistent-return": 0,
|
66 | 66 | "consistent-this": 0,
|
67 | 67 | "curly": [2, "all"],
|
68 | 68 | "default-case": 0,
|
69 |
| - "dot-location": [2, "property"], |
| 69 | + "dot-location": 0, |
70 | 70 | "dot-notation": 0,
|
71 |
| - "eol-last": 2, |
| 71 | + "eol-last": 0, |
72 | 72 | "eqeqeq": ["error", "smart"],
|
73 | 73 | "func-names": 0,
|
74 | 74 | "func-style": 0,
|
|
78 | 78 | "id-match": [2, "^(?:_?[a-zA-Z0-9]*)|[_A-Z0-9]+$"],
|
79 | 79 | "indent": 0,
|
80 | 80 | "init-declarations": 0,
|
81 |
| - "key-spacing": [2, {"beforeColon": false, "afterColon": true}], |
82 |
| - "keyword-spacing": 2, |
| 81 | + "key-spacing": 0, |
| 82 | + "keyword-spacing": 0, |
83 | 83 | "linebreak-style": 2,
|
84 | 84 | "lines-around-comment": 0,
|
85 | 85 | "max-depth": 0,
|
|
88 | 88 | "max-params": 0,
|
89 | 89 | "max-statements": 0,
|
90 | 90 | "new-cap": 0,
|
91 |
| - "new-parens": 2, |
| 91 | + "new-parens": 0, |
92 | 92 | "newline-after-var": 0,
|
93 | 93 | "no-alert": 2,
|
94 | 94 | "no-array-constructor": 2,
|
|
119 | 119 | "no-extra-bind": 2,
|
120 | 120 | "no-extra-boolean-cast": 2,
|
121 | 121 | "no-extra-parens": 0,
|
122 |
| - "no-extra-semi": 2, |
| 122 | + "no-extra-semi": 0, |
123 | 123 | "no-fallthrough": 2,
|
124 |
| - "no-floating-decimal": 2, |
| 124 | + "no-floating-decimal": 0, |
125 | 125 | "no-func-assign": 2,
|
126 | 126 | "no-implicit-coercion": 2,
|
127 | 127 | "no-implied-eval": 2,
|
|
137 | 137 | "no-lonely-if": 2,
|
138 | 138 | "no-loop-func": 0,
|
139 | 139 | "no-mixed-requires": [2, true],
|
140 |
| - "no-mixed-spaces-and-tabs": 2, |
141 |
| - "no-multi-spaces": 2, |
| 140 | + "no-mixed-spaces-and-tabs": 0, |
| 141 | + "no-multi-spaces": 0, |
142 | 142 | "no-multi-str": 2,
|
143 | 143 | "no-multiple-empty-lines": 0,
|
144 | 144 | "no-native-reassign": 0,
|
|
167 | 167 | "no-sequences": 0,
|
168 | 168 | "no-shadow": 2,
|
169 | 169 | "no-shadow-restricted-names": 2,
|
170 |
| - "no-spaced-func": 2, |
| 170 | + "no-spaced-func": 0, |
171 | 171 | "no-sparse-arrays": 2,
|
172 | 172 | "no-sync": 2,
|
173 | 173 | "no-ternary": 0,
|
174 | 174 | "no-this-before-super": 2,
|
175 | 175 | "no-throw-literal": 2,
|
176 |
| - "no-trailing-spaces": 2, |
| 176 | + "no-trailing-spaces": 0, |
177 | 177 | "no-undef": 2,
|
178 | 178 | "no-undef-init": 2,
|
179 | 179 | "no-undefined": 0,
|
180 | 180 | "no-underscore-dangle": 0,
|
181 |
| - "no-unexpected-multiline": 2, |
| 181 | + "no-unexpected-multiline": 0, |
182 | 182 | "no-unneeded-ternary": 2,
|
183 | 183 | "no-unreachable": 2,
|
184 | 184 | "no-unused-expressions": 2,
|
|
199 | 199 | "prefer-const": 2,
|
200 | 200 | "prefer-reflect": 0,
|
201 | 201 | "prefer-spread": 0,
|
202 |
| - "quote-props": [2, "as-needed", {"numbers": true}], |
| 202 | + "quote-props": 0, |
203 | 203 | "radix": 2,
|
204 | 204 | "require-yield": 0,
|
205 |
| - "semi": [2, "always"], |
206 |
| - "semi-spacing": [2, {"before": false, "after": true}], |
| 205 | + "semi": 0, |
| 206 | + "semi-spacing": 0, |
207 | 207 | "sort-vars": 0,
|
208 |
| - "space-before-blocks": [2, "always"], |
| 208 | + "space-before-blocks": 0, |
209 | 209 | "space-in-parens": 0,
|
210 |
| - "space-infix-ops": [2, {"int32Hint": false}], |
211 |
| - "space-unary-ops": [2, {"words": true, "nonwords": false}], |
| 210 | + "space-infix-ops": 0, |
| 211 | + "space-unary-ops": 0, |
212 | 212 | "spaced-comment": [2, "always"],
|
213 | 213 | "strict": 0,
|
214 | 214 | "use-isnan": 2,
|
215 | 215 | "valid-jsdoc": 0,
|
216 | 216 | "valid-typeof": 2,
|
217 | 217 | "vars-on-top": 0,
|
218 |
| - "wrap-iife": 2, |
| 218 | + "wrap-iife": 0, |
219 | 219 | "wrap-regex": 0,
|
220 | 220 | "yoda": [2, "never", {"exceptRange": true}],
|
221 | 221 |
|
|
0 commit comments