From c898b490c713f8aad9085836e519c76157af55ac Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 6 Jun 2020 17:20:50 +0200 Subject: [PATCH] use eslint and execute as check target Signed-off-by: Thomas Lamprecht --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc1d6e9..1d1dafb 100644 --- a/Makefile +++ b/Makefile @@ -76,8 +76,9 @@ ${DSC}: ${BUILDDIR} lintian ${DSC} .PHONY: lint +check: lint lint: ${JSSRC} - jslint ${JSSRC} + eslint ${JSSRC} proxmoxlib.js: ${JSSRC} # add the version as comment in the file -- 2.39.2