UNPKG

480 BPlain TextView Raw
1{
2 "extends": [
3 "eslint:recommended",
4 "google",
5 "plugin:react/recommended"
6 ],
7 "parser": "babel-eslint",
8 "plugins": [
9 "react"
10 ],
11 "rules": {
12 "arrow-parens": 0,
13 "indent": ["error", 4, {"SwitchCase": 1}],
14 "linebreak-style": 0,
15 "max-len": ["error", 120],
16 "no-mixed-requires": 1,
17 "no-useless-constructor": 0,
18 "object-curly-spacing": 0,
19 "one-var": 0,
20 "padded-blocks": 0,
21 "react/prop-types": 0
22 }
23}
\No newline at end of file