|
|
@ -54,7 +54,13 @@ |
|
|
|
"react-hooks/exhaustive-deps": "off", |
|
|
|
"react-hooks/exhaustive-deps": "off", |
|
|
|
"array-callback-return": "off", |
|
|
|
"array-callback-return": "off", |
|
|
|
"prefer-spread": "off", |
|
|
|
"prefer-spread": "off", |
|
|
|
"indent": ["error", 2] |
|
|
|
"indent": ["error", 2], |
|
|
|
|
|
|
|
"keyword-spacing": ["error", { "after": true, "before": true }], |
|
|
|
|
|
|
|
"array-bracket-spacing": ["error", "never"], |
|
|
|
|
|
|
|
"object-curly-spacing": ["error", "always", { "arraysInObjects": false }], |
|
|
|
|
|
|
|
"no-trailing-spaces": "error", |
|
|
|
|
|
|
|
"no-multi-spaces": "error", |
|
|
|
|
|
|
|
"no-multiple-empty-lines": ["error" , { "max": 1}] |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|