From: Thomas Lamprecht Date: Wed, 2 Jun 2021 14:10:31 +0000 (+0200) Subject: buildsys: enforce eslint for api-viewer X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=commitdiff_plain;h=b0e33a3e2af8cc72bbff63cb078c8a8663f32934;hp=ac4fa7fee80dc1faea8289e1d81c1dd11023bc00 buildsys: enforce eslint for api-viewer Signed-off-by: Thomas Lamprecht --- diff --git a/src/Makefile b/src/Makefile index 5efe767..afbe2ec 100644 --- a/src/Makefile +++ b/src/Makefile @@ -86,6 +86,7 @@ all: ${SUBDIRS} .PHONY: lint check: lint + eslint --strict api-viewer/APIViewer.js lint: ${JSSRC} eslint --strict ${JSSRC} touch ".lint-incremental"