chore: fix precommit for eslint (#32596)

This commit is contained in:
Maxime Beauchemin
2025-03-12 11:26:36 -07:00
committed by GitHub
parent 1e20b048d3
commit 664047f3fb
3 changed files with 29 additions and 35 deletions

View File

@@ -27,4 +27,4 @@ if [[ ! -d "$root_dir/$frontend_dir" ]]; then
fi
cd "$root_dir/$frontend_dir"
npm run eslint -- "${@//$frontend_dir\//}"
npm run eslint -- "${@//$frontend_dir\//}" --fix