mirror of
https://github.com/searxng/searxng.git
synced 2026-01-17 03:55:29 +00:00
[mod] simple theme - add ESLint
[1] https://eslint.org/ [2] https://eslint.org/docs/user-guide/configuring/ [3] https://eslint.org/docs/user-guide/command-line-interface Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
13
searx/static/themes/simple/.eslintrc.json
Normal file
13
searx/static/themes/simple/.eslintrc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 12,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user