mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-04 16:15:47 +00:00
use eslint and execute as check target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ec8c0f111c
commit
c898b490c7
3
Makefile
3
Makefile
@ -76,8 +76,9 @@ ${DSC}: ${BUILDDIR}
|
|||||||
lintian ${DSC}
|
lintian ${DSC}
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
|
check: lint
|
||||||
lint: ${JSSRC}
|
lint: ${JSSRC}
|
||||||
jslint ${JSSRC}
|
eslint ${JSSRC}
|
||||||
|
|
||||||
proxmoxlib.js: ${JSSRC}
|
proxmoxlib.js: ${JSSRC}
|
||||||
# add the version as comment in the file
|
# add the version as comment in the file
|
||||||
|
Loading…
Reference in New Issue
Block a user