diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-03-19 15:30:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 15:30:12 +0100 |
commit | f2962a2f4ab8c9731c6c656ee822355a5af7b694 (patch) | |
tree | fcc835b0eb6d2bc9bd20d5c43348a210943bb897 | |
parent | 677903c3557dda9fed3622b7727b8ede973abc29 (diff) | |
parent | a7f1649190e3d578867f0736f467b97b9353a383 (diff) | |
download | searxng-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.json | 1 |
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", { |