summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
Diffstat (limited to 'manage')
-rwxr-xr-xmanage2
1 files changed, 0 insertions, 2 deletions
diff --git a/manage b/manage
index 31abd8a3e..a855512f5 100755
--- a/manage
+++ b/manage
@@ -665,8 +665,6 @@ 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 $?
}