formatação
This commit is contained in:
parent
e705901982
commit
785588b37e
31 changed files with 178 additions and 167 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
|
||||
"organizeImports": {
|
||||
"enabled": true
|
||||
},
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
"noDoubleEquals": "off",
|
||||
"noExplicitAny": "off",
|
||||
"noDebugger": "off",
|
||||
"noApproximativeNumericConstant":"off"
|
||||
"noApproximativeNumericConstant": "off"
|
||||
},
|
||||
"style": {
|
||||
"noUselessElse": "off"
|
||||
|
|
@ -30,6 +30,17 @@
|
|||
},
|
||||
"formatter": {
|
||||
"indentWidth": 2,
|
||||
"indentStyle": "space"
|
||||
"indentStyle": "space",
|
||||
"enabled": true
|
||||
},
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
"semicolons": "asNeeded",
|
||||
"arrowParentheses": "always",
|
||||
"enabled": true,
|
||||
"bracketSameLine": false,
|
||||
"trailingComma": "all",
|
||||
"attributePosition": "multiline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue