From d01d651b54bee45a6e6b592d8cb0bdebf92a1086 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 21 Nov 2020 20:28:51 +0100 Subject: [PATCH] ui: manager: use eslint for lint target not yet linting by default, we need to fix a few thousands linter errors before that (most are trivial though) Signed-off-by: Thomas Lamprecht --- www/manager6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/Makefile b/www/manager6/Makefile index 4fa8e1a3..49b4d5ee 100644 --- a/www/manager6/Makefile +++ b/www/manager6/Makefile @@ -260,7 +260,7 @@ JSSRC= \ all: pvemanagerlib.js lint: ${JSSRC} - jslint ${JSSRC} + eslint --strict ${JSSRC} pvemanagerlib.js: OnlineHelpInfo.js ${JSSRC} cat OnlineHelpInfo.js ${JSSRC} >$@.tmp