mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-02 15:29:58 +00:00
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
|
.PHONY: lint
|
||||||
check: lint
|
check: lint
|
||||||
|
eslint --strict api-viewer/APIViewer.js
|
||||||
lint: ${JSSRC}
|
lint: ${JSSRC}
|
||||||
eslint --strict ${JSSRC}
|
eslint --strict ${JSSRC}
|
||||||
touch ".lint-incremental"
|
touch ".lint-incremental"
|
||||||
|
Loading…
Reference in New Issue
Block a user