chore: warn "useShorthandFunctionType" in biome for vue
This commit is contained in:
parent
3f8bd14f0d
commit
ae071d66b7
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
"linter": {
|
"linter": {
|
||||||
"rules": {
|
"rules": {
|
||||||
"style": {
|
"style": {
|
||||||
"useImportType": "warn"
|
"useImportType": "warn",
|
||||||
|
"useShorthandFunctionType": "warn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue