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

View file

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