mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[dev] remove duplicate key in .eslintrc.json
This commit is contained in:
parent
8a56e3d443
commit
5ec42f6bd2
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue