UNPKG

788 BPlain TextView Raw
1{
2 "parser": "babel-eslint",
3 "env": {
4 "browser": true,
5 "node": true
6 },
7 "plugins": [
8 "react"
9 ],
10 "rules": {
11 "curly": [2, "multi-line"],
12 "jsx-quotes": 1,
13 "no-shadow": 0,
14 "no-trailing-spaces": 0,
15 "no-underscore-dangle": 0,
16 "no-unused-expressions": 0,
17 "object-curly-spacing": [1, "always"],
18 "quotes": [2, "single", "avoid-escape"],
19 "react/jsx-boolean-value": 1,
20 "react/jsx-no-undef": 1,
21 "react/jsx-sort-prop-types": 1,
22 "react/jsx-uses-react": 1,
23 "react/jsx-uses-vars": 1,
24 "react/no-did-mount-set-state": 1,
25 "react/no-did-update-set-state": 1,
26 "react/no-unknown-property": 1,
27 "react/prop-types": 1,
28 "react/react-in-jsx-scope": 1,
29 "react/self-closing-comp": 1,
30 "react/sort-comp": 1,
31 "react/wrap-multilines": 1,
32 "semi": 2,
33 "strict": 0
34 }
35}
\No newline at end of file