buildsys: enforce eslint for api-viewer

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-02 16:10:31 +02:00
parent ac4fa7fee8
commit b0e33a3e2a

View File

@ -86,6 +86,7 @@ all: ${SUBDIRS}
.PHONY: lint
check: lint
eslint --strict api-viewer/APIViewer.js
lint: ${JSSRC}
eslint --strict ${JSSRC}
touch ".lint-incremental"