]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
buildsys: enforce eslint for api-viewer
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 2 Jun 2021 14:10:31 +0000 (16:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 2 Jun 2021 14:10:31 +0000 (16:10 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/Makefile

index 5efe7679ad654dfa2999aded3ecdfe13d0dc778a..afbe2eca2f7e1a5a290b9b60b8a1ea2b97271bda 100644 (file)
@@ -86,6 +86,7 @@ all: ${SUBDIRS}
 
 .PHONY: lint
 check: lint
 
 .PHONY: lint
 check: lint
+       eslint --strict api-viewer/APIViewer.js
 lint: ${JSSRC}
        eslint --strict ${JSSRC}
        touch ".lint-incremental"
 lint: ${JSSRC}
        eslint --strict ${JSSRC}
        touch ".lint-incremental"