diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-15 16:02:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 16:02:05 +0100 |
| commit | 56c61ba734904981385418e06ce0abd3014ccccd (patch) | |
| tree | 9450a9f5e034dedd1c84da1775662d5f4bb6f311 /searx/static/themes/simple/.eslintrc.json | |
| parent | c6dcedb911b0fc3c0982fcf8294a19389e5a2ac9 (diff) | |
| parent | 3c05530518dcc4f64724c1173a90f17d07030a09 (diff) | |
Merge pull request #503 from return42/fix-svg
[fix] ] Optimize SVG for WEB usage / CSP 'style-src self'
Diffstat (limited to 'searx/static/themes/simple/.eslintrc.json')
| -rw-r--r-- | searx/static/themes/simple/.eslintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/static/themes/simple/.eslintrc.json b/searx/static/themes/simple/.eslintrc.json index f6aed7584..069111bca 100644 --- a/searx/static/themes/simple/.eslintrc.json +++ b/searx/static/themes/simple/.eslintrc.json @@ -1,7 +1,8 @@ { "env": { "browser": true, - "es2021": true + "es2021": true, + "node": true }, "extends": "eslint:recommended", "parserOptions": { |