chore: change biome config

This commit is contained in:
PalmDevs
2023-11-29 00:55:43 +07:00
parent 17c6be7bee
commit 756346ef0c

View File

@@ -15,6 +15,9 @@
"style": {
"noNonNullAssertion": {
"level": "off"
},
"useEnumInitializers": {
"level": "off"
}
}
}
@@ -32,6 +35,7 @@
"arrowParentheses": "asNeeded",
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 120,
"quoteProperties": "asNeeded",
"quoteStyle": "single",
"semicolons": "asNeeded",