chore: warn "useShorthandFunctionType" in biome for vue

This commit is contained in:
Lhcfl 2024-04-04 15:04:31 +08:00
parent 3f8bd14f0d
commit ae071d66b7
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
"linter": {
"rules": {
"style": {
"useImportType": "warn"
"useImportType": "warn",
"useShorthandFunctionType": "warn"
}
}
}