|
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" }], |
|
26 | 24 | "no-else-return": 0, |
27 | 25 | "no-param-reassign": 0, |
28 | 26 | "no-this-before-super": 2, |
29 | | - "no-underscore-dangle": 0, |
30 | 27 | "no-undef": 2, |
31 | 28 | "no-unused-vars": [2, { "vars": "all", "args": "none" }], |
32 | | - "no-var": 2, |
33 | 29 | "babel/object-shorthand": 2, |
34 | | - "quotes": [2, "single", "avoid-escape"], |
35 | | - "react/display-name": 0, |
36 | 30 | "react/jsx-boolean-value": [2, "never"], |
37 | 31 | "react/jsx-no-duplicate-props": 2, |
38 | | - "react/jsx-no-undef": 2, |
39 | | - "react/jsx-uses-react": 2, |
40 | | - "react/no-did-mount-set-state": 2, |
41 | | - "react/no-did-update-set-state": 2, |
42 | | - "react/no-multi-comp": 2, |
43 | 32 | "react/prop-types": [2, { "ignore": [ "children", "className", "style" ] }], |
44 | | - "react/react-in-jsx-scope": 2, |
45 | | - "react/self-closing-comp": 2, |
46 | 33 | "react/sort-comp": 0, |
47 | | - "react/wrap-multilines": 2, |
48 | | - "react/jsx-uses-vars": 2, |
49 | 34 | "space-after-keywords": 0, |
50 | 35 | "space-before-blocks": 0, |
51 | 36 | "space-before-function-paren": 0, |
52 | | - "space-infix-ops": 2, |
53 | 37 | "spaced-comment": 0, |
54 | | - "strict": [2, "never"], |
55 | 38 | "vars-on-top": 0 |
56 | 39 | } |
57 | 40 | } |
0 commit comments