pull/4771/head
lianahus 6 months ago
parent 16200e2994
commit ca4ac3abf3
  1. 8
      .eslintrc.json

@ -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}]
} }
}, },
{ {

Loading…
Cancel
Save