From 5ec42f6bd2bfaf4fd44f2f794cd3fcda57967b31 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 1 Sep 2022 18:12:43 +0300 Subject: [PATCH] [dev] remove duplicate key in .eslintrc.json --- searx/static/themes/simple/.eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/searx/static/themes/simple/.eslintrc.json b/searx/static/themes/simple/.eslintrc.json index 57d227f3d..d8cd675ac 100644 --- a/searx/static/themes/simple/.eslintrc.json +++ b/searx/static/themes/simple/.eslintrc.json @@ -14,7 +14,6 @@ "no-trailing-spaces": 2, "space-before-function-paren": ["error", "always"], "space-infix-ops": "error", - "comma-spacing": ["error", { "before": false, "after": true }], "brace-style": ["error", "1tbs", { "allowSingleLine": true }], "curly": ["error", "multi-line"], "block-spacing": ["error", "always"],