From b0e33a3e2af8cc72bbff63cb078c8a8663f32934 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 2 Jun 2021 16:10:31 +0200 Subject: [PATCH] buildsys: enforce eslint for api-viewer Signed-off-by: Thomas Lamprecht --- src/Makefile | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2