change eslint rule.
This commit is contained in:
@@ -7,7 +7,12 @@
|
||||
"rules": {
|
||||
"comma-dangle": [2, "never"],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user