[dev] remove duplicate key in .eslintrc.json

This commit is contained in:
Marko Korhonen 2022-09-01 18:12:43 +03:00
parent 8a56e3d443
commit 5ec42f6bd2
No known key found for this signature in database
GPG key ID: A7F78BCB859CD890

View file

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