mirror of
https://github.com/chinchang/web-maker.git
synced 2025-09-03 10:03:05 +02:00
prettify all src js files. Remove space rules from eslint
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
"id-blacklist": "error",
|
||||
"id-length": "off",
|
||||
"id-match": "error",
|
||||
"indent": ["error", "tab"],
|
||||
"init-declarations": "off",
|
||||
"jsx-quotes": "error",
|
||||
|
||||
@@ -168,12 +167,6 @@
|
||||
],
|
||||
"sort-imports": "error",
|
||||
"sort-vars": "off",
|
||||
"space-before-blocks": "off",
|
||||
"space-before-function-paren": "off",
|
||||
"space-in-parens": ["error", "never"],
|
||||
"space-infix-ops": "error",
|
||||
"space-unary-ops": "error",
|
||||
"spaced-comment": ["error", "always"],
|
||||
"strict": ["error", "never"],
|
||||
"template-curly-spacing": "error",
|
||||
"unicode-bom": ["error", "never"],
|
||||
|
Reference in New Issue
Block a user