fix: 更新 lint-staged 配置,支持 .tsx 文件格式

This commit is contained in:
严浩
2025-04-03 15:26:27 +08:00
parent 5a69629f35
commit ecd82d30a4
3 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
"knip": "pnpm dlx knip"
},
"lint-staged": {
"src/**/*.{js,ts,vue}": [
"src/**/*.{js,ts,tsx,vue}": [
"prettier --write",
"eslint --fix"
]