Browse Source

Merge pull request #2239 from return42/fix-eslintrc

[fix] remove duplicate key in simple theme ESLint configuration
Markus Heiser 2 years ago
parent
commit
f2962a2f4a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      searx/static/themes/simple/.eslintrc.json

+ 0 - 1
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", {