Update ESLint command to suppress warnings for ignored files

chore/bump-to-version-2.21.10
John Niang 2025-09-25 11:33:36 +08:00
parent 7903a5f2c8
commit dffc133784
No known key found for this signature in database
GPG Key ID: D7363C015BBCAA59
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.{ts,mts,tsx,vue}": [
"eslint --fix --max-warnings=0"
"eslint --fix --max-warnings=0 --no-warn-ignored"
]
},
"browserslist": [