diff options
Diffstat (limited to 'searx/static/themes/simple/.eslintrc.json')
| -rw-r--r-- | searx/static/themes/simple/.eslintrc.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/searx/static/themes/simple/.eslintrc.json b/searx/static/themes/simple/.eslintrc.json new file mode 100644 index 000000000..cfe1e0b3a --- /dev/null +++ b/searx/static/themes/simple/.eslintrc.json @@ -0,0 +1,13 @@ +{ + "env": { + "browser": true, + "es2021": true + }, + "extends": "eslint:recommended", + "parserOptions": { + "ecmaVersion": 12, + "sourceType": "module" + }, + "rules": { + } +} |