formatação

This commit is contained in:
Luiz H. R. Silva 2024-06-01 14:35:15 -03:00
parent e705901982
commit 785588b37e
31 changed files with 178 additions and 167 deletions

View file

@ -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"
}
}
}
}