summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/simple/.eslintrc.json')
-rw-r--r--searx/static/themes/simple/.eslintrc.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/searx/static/themes/simple/.eslintrc.json b/searx/static/themes/simple/.eslintrc.json
deleted file mode 100644
index df53fcce8..000000000
--- a/searx/static/themes/simple/.eslintrc.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "env": {
- "browser": true,
- "es2021": true,
- "node": true
- },
- "extends": "eslint:recommended",
- "parserOptions": {
- "ecmaVersion": 12
- },
- "rules": {
- "indent": ["error", 2],
- "keyword-spacing": ["error", { "before": true, "after": true }],
- "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"],
- "dot-location": ["error", "property"],
- "key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
- "spaced-comment": ["error", "always", {
- "line": { "markers": ["*package", "!", "/", ",", "="] },
- "block": { "balanced": true, "markers": ["*package", "!", ",", ":", "::", "flow-include"], "exceptions": ["*"] }
- }]
- }
-}