change eslint rule.
This commit is contained in:
@@ -7,7 +7,12 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"comma-dangle": [2, "never"],
|
"comma-dangle": [2, "never"],
|
||||||
"spaced-comment": "off",
|
"spaced-comment": "off",
|
||||||
"quotes": ["error", "double"],
|
"quotes": "off",
|
||||||
|
"indent": "off",
|
||||||
|
"func-names": "off",
|
||||||
|
"no-console": "off",
|
||||||
|
"no-plusplus": "off",
|
||||||
|
"wrap-iife": ["error", "any"],
|
||||||
"react/jsx-filename-extension": "off"
|
"react/jsx-filename-extension": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user