diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-08-31 13:24:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-31 13:24:06 +0200 |
| commit | 66a27757fd8a8187c89a696f9af1d4ff913d4657 (patch) | |
| tree | bdf32bede36a3b34b0ad6d00dd4d0415776ba07a /searx/static/themes/simple/.eslintrc.json | |
| parent | e44f4dc4b341105d7e7b23173966bcc6fd76d747 (diff) | |
| parent | 0ee316f3d1561853ceb26fc3cf4ec673f575168d (diff) | |
Merge pull request #244 from return42/eslint-simple-client
[mod] simple theme - add ESLint
Diffstat (limited to 'searx/static/themes/simple/.eslintrc.json')
| -rw-r--r-- | searx/static/themes/simple/.eslintrc.json | 12 |
1 files changed, 12 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..f6aed7584 --- /dev/null +++ b/searx/static/themes/simple/.eslintrc.json @@ -0,0 +1,12 @@ +{ + "env": { + "browser": true, + "es2021": true + }, + "extends": "eslint:recommended", + "parserOptions": { + "ecmaVersion": 12 + }, + "rules": { + } +} |