[dev] remove duplicate key in .eslintrc.json
This commit is contained in:
parent
8a56e3d443
commit
5ec42f6bd2
@ -14,7 +14,6 @@
|
|||||||
"no-trailing-spaces": 2,
|
"no-trailing-spaces": 2,
|
||||||
"space-before-function-paren": ["error", "always"],
|
"space-before-function-paren": ["error", "always"],
|
||||||
"space-infix-ops": "error",
|
"space-infix-ops": "error",
|
||||||
"comma-spacing": ["error", { "before": false, "after": true }],
|
|
||||||
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
|
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
|
||||||
"curly": ["error", "multi-line"],
|
"curly": ["error", "multi-line"],
|
||||||
"block-spacing": ["error", "always"],
|
"block-spacing": ["error", "always"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user