Re: [pve-devel] [PATCH eslint/manager/wt/pmg-gui/proxmox-backup v2] change eslint

2023-06-22 Thread Dominik Csapak
sorry i forgot to add, basically all patches (feel free to fixup on commit): Suggested-by: Thomas Lamprecht ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH eslint/manager/wt/pmg-gui/proxmox-backup v2] change eslint

2023-06-22 Thread Dominik Csapak
from 'eslint' to 'pve-eslint' to avoid a conflict with debians 'eslint' package which ships the same binary to avoid breakage, pull out the eslint binary into a make variable and use pve-eslint if it exists, and eslint otherwise changes from v1: * use $(ESLINT) * use $(wildcard) make builtin to c