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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-21 20:28:51 +01:00
parent a2beaf1374
commit d01d651b54

View File

@ -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