summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-08-01 16:04:19 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-08-31 12:20:23 +0200
commit2948a99b6e51c42039025b049d8f92e92b1b7d2c (patch)
tree1c3bb3d7a763d71db1abaec6a14a219735879c7e /manage
parent1e942435be5f8dbf30be7296466ca674b69b7c70 (diff)
[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>
Diffstat (limited to 'manage')
-rwxr-xr-xmanage2
1 files changed, 2 insertions, 0 deletions
diff --git a/manage b/manage
index a855512f5..31abd8a3e 100755
--- a/manage
+++ b/manage
@@ -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 $?
}