summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2023-03-19 15:30:12 +0100
committerGitHub <noreply@github.com>2023-03-19 15:30:12 +0100
commitf2962a2f4ab8c9731c6c656ee822355a5af7b694 (patch)
treefcc835b0eb6d2bc9bd20d5c43348a210943bb897
parent677903c3557dda9fed3622b7727b8ede973abc29 (diff)
parenta7f1649190e3d578867f0736f467b97b9353a383 (diff)
downloadsearxng-f2962a2f4ab8c9731c6c656ee822355a5af7b694.tar.gz
searxng-f2962a2f4ab8c9731c6c656ee822355a5af7b694.zip
Merge pull request #2239 from return42/fix-eslintrc
[fix] remove duplicate key in simple theme ESLint configuration
-rw-r--r--searx/static/themes/simple/.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
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", {