UNPKG

559 BPlain TextView Raw
1{
2 "extends": "airbnb-base",
3 "settings": {
4 "import/resolver":{
5 "webpack":{
6 "config":"webpack.config.js"
7 }
8 }
9 },
10 "env": {
11 "browser": true,
12 "node": true
13 },
14 "rules": {
15 "max-len": [1, 300, 2, {"ignoreComments": true}],
16 "no-debugger": 0,
17 "no-plusplus": 0,
18 "no-param-reassign": 0,
19 "no-nested-ternary": 0,
20 "no-continue": 0,
21 "no-restricted-syntax" :0,
22 "guard-for-in": 0,
23 "no-loop-func": 0,
24 "consistent-return": 0,
25 "array-callback-return": 0,
26 "prefer-destructuring": 0
27 }
28}
\No newline at end of file