mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 11:36:47 +00:00
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:
parent
a2beaf1374
commit
d01d651b54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user