From a7f1649190e3d578867f0736f467b97b9353a383 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 5 Mar 2023 09:12:13 +0100 Subject: [PATCH] [fix] remove duplicate key in simple theme ESLint configuration Partial merge of [PR-1736] [PR-1736] https://github.com/searxng/searxng/pull/1736 Suggested-by: @FunctionalHacker in [1] Signed-off-by: Markus Heiser --- 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..df53fcce8 100644 --- a/searx/static/themes/simple/.eslintrc.json +++ b/searx/static/themes/simple/.eslintrc.json @@ -18,7 +18,6 @@ "brace-style": ["error", "1tbs", { "allowSingleLine": true }], "curly": ["error", "multi-line"], "block-spacing": ["error", "always"], - "comma-spacing": ["error", { "before": false, "after": true }], "dot-location": ["error", "property"], "key-spacing": ["error", { "beforeColon": false, "afterColon": true }], "spaced-comment": ["error", "always", {