[pve-devel] [PATCH proxmox-backup 1/1] use 'pve-eslint' instead of 'eslint'

Dominik Csapak d.csapak at proxmox.com
Thu Jun 22 10:31:17 CEST 2023


since we changed the binary name

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/Makefile b/www/Makefile
index 476c80b6..bc1fd6f2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -133,11 +133,11 @@ js/proxmox-backup-gui.js: .lint-incremental js OnlineHelpInfo.js ${JSSRC}
 
 .PHONY: check
 check:
-	eslint --strict ${JSSRC}
+	pve-eslint --strict ${JSSRC}
 	touch ".lint-incremental"
 
 .lint-incremental: ${JSSRC}
-	eslint $?
+	pve-eslint $?
 	touch "$@"
 
 .PHONY: clean
-- 
2.30.2






More information about the pve-devel mailing list