[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:
Markus Heiser
2021-08-01 16:04:19 +02:00
parent 1e942435be
commit 2948a99b6e
5 changed files with 33 additions and 3 deletions

2
manage
View File

@@ -665,6 +665,8 @@ themes.oscar() {
themes.simple() {
build_msg GRUNT "theme: simple"
npm --prefix searx/static/themes/simple run build
# just report eslint issues but do not break the build (--force)
npm --prefix searx/static/themes/simple run eslint --force
dump_return $?
}