]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
use eslint and execute as check target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 6 Jun 2020 15:20:50 +0000 (17:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 6 Jun 2020 15:20:50 +0000 (17:20 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index bc1d6e9be61090d0f74e47c068b4793e8b83b892..1d1dafbfe385a5a5e739428138f8e569fae9dd71 100644 (file)
--- 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