|
15 | 15 | "rules": { |
16 | 16 | "constructor-super": 2, |
17 | 17 | "comma-dangle": 0, |
18 | | - "comma-spacing": 2, |
19 | | - "comma-style": [2, "last"], |
20 | 18 | "func-names": 0, |
21 | 19 | "guard-for-in": 0, |
22 | 20 | "one-var": [2, { "initialized": "never" }], |
23 | | - "padded-blocks": 0, |
24 | 21 | "prefer-const": 0, |
25 | 22 | "key-spacing": 0, |
26 | 23 | "no-eq-null": 0, |
27 | 24 | "no-else-return": 0, |
28 | | - "no-multiple-empty-lines": 0, |
29 | | - "no-nested-ternary": 0, |
30 | 25 | "no-param-reassign": 0, |
31 | 26 | "no-this-before-super": 2, |
32 | | - "no-throw-literal": 0, |
33 | | - "no-underscore-dangle": 0, |
34 | 27 | "no-undef": 2, |
35 | | - "no-unused-vars": [2, { "vars": "all", "args": "none" }], |
36 | | - "no-use-before-define": 0, |
37 | | - "no-var": 2, |
38 | 28 | "babel/object-shorthand": 2, |
39 | | - "quotes": [2, "single", "avoid-escape"], |
40 | | - "react/display-name": 0, |
41 | 29 | "react/jsx-boolean-value": [2, "never"], |
42 | | - "react/jsx-quotes": 0, |
43 | 30 | "react/jsx-no-duplicate-props": 2, |
44 | | - "react/jsx-no-undef": 2, |
45 | | - "react/jsx-uses-react": 2, |
46 | | - "react/no-did-mount-set-state": 2, |
47 | | - "react/no-did-update-set-state": 2, |
48 | | - "react/no-multi-comp": 2, |
49 | 31 | "react/prop-types": [2, { "ignore": [ "children", "className", "style" ] }], |
50 | | - "react/react-in-jsx-scope": 2, |
51 | | - "react/self-closing-comp": 2, |
52 | | - "react/sort-comp": 0, |
53 | | - "react/wrap-multilines": 2, |
54 | | - "react/jsx-uses-vars": 2, |
55 | | - "space-after-keywords": 0, |
56 | | - "space-before-blocks": 0, |
57 | | - "space-before-function-paren": 0, |
58 | | - "space-infix-ops": 2, |
59 | | - "spaced-comment": 0, |
60 | | - "strict": [2, "never"], |
61 | | - "vars-on-top": 0 |
| 32 | + "react/sort-comp": 0 |
62 | 33 | } |
63 | 34 | } |
0 commit comments