build(custom): 调整监控

This commit is contained in:
2023-11-21 16:07:31 +08:00
parent 9eba773959
commit 5653981f97
2 changed files with 5 additions and 3 deletions

View File

@@ -15,8 +15,8 @@
},
"lint-staged": {
"*.{js,vue}": [
"eslint --ext .js,.vue .",
"npx prettier --write --end-of-line lf ."
"npx prettier --write --end-of-line lf .",
"eslint --ext .js,.vue ."
]
},
"config": {