Skip to content

Commit af69521

Browse files
committed
feat: Update biome.json schema and restructure JavaScript settings
1 parent ec6d1bd commit af69521

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

biome.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"javascript.formatter": {
2+
"$schema": "https://biomejs.dev/schemas/biome.json",
3+
"javascript": {
34
"formatter": {
45
"enabled": true,
56
"indentStyle": "space",
@@ -11,19 +12,13 @@
1112
"enabled": true,
1213
"rules": {
1314
"recommended": true,
14-
"style": {
15-
"useSingleQuotes": true,
16-
"useSemicolons": true
17-
},
1815
"suspicious": {
1916
"noExplicitAny": "error"
2017
}
2118
}
2219
},
2320
"organizeImports": {
24-
"enabled": true,
25-
"sortOrder": "asc",
26-
"separateImports": true
21+
"enabled": true
2722
},
2823
"vcs": {
2924
"enabled": true,

0 commit comments

Comments
 (0)