build(web): upgrade ESLint to v10 (#5452)

This commit is contained in:
fatedier
2026-07-28 16:10:29 +08:00
committed by GitHub
parent 00c24e39bb
commit f3828cbfdb
4 changed files with 122 additions and 494 deletions

View File

@@ -17,7 +17,7 @@ env:
web: frps-web frpc-web
web-ci:
cd web && npm ci && npm run test:unit && npm run build --workspace frps && npm run build --workspace frpc
cd web && npm ci && npm run lint:check --workspace frps && npm run lint:check --workspace frpc && npm run test:unit && npm run build --workspace frps && npm run build --workspace frpc
frps-web:
$(MAKE) -C web/frps build