mirror of https://github.com/halo-dev/halo
Update ESLint command to suppress warnings for ignored files
parent
7903a5f2c8
commit
dffc133784
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue