buildsys: enforce eslint for api-viewer
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ac4fa7fee8
commit
b0e33a3e2a
@ -86,6 +86,7 @@ all: ${SUBDIRS}
|
||||
|
||||
.PHONY: lint
|
||||
check: lint
|
||||
eslint --strict api-viewer/APIViewer.js
|
||||
lint: ${JSSRC}
|
||||
eslint --strict ${JSSRC}
|
||||
touch ".lint-incremental"
|
||||
|
Loading…
Reference in New Issue
Block a user