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"