1
0
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:
Kushagra Gour
2017-07-04 02:47:49 +05:30
parent 95585c6274
commit ca1f255a34
12 changed files with 1100 additions and 593 deletions

View File

@@ -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"],