We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6d1bd commit af69521Copy full SHA for af69521
1 file changed
biome.json
@@ -1,5 +1,6 @@
1
{
2
- "javascript.formatter": {
+ "$schema": "https://biomejs.dev/schemas/biome.json",
3
+ "javascript": {
4
"formatter": {
5
"enabled": true,
6
"indentStyle": "space",
@@ -11,19 +12,13 @@
11
12
13
"rules": {
14
"recommended": true,
- "style": {
15
- "useSingleQuotes": true,
16
- "useSemicolons": true
17
- },
18
"suspicious": {
19
"noExplicitAny": "error"
20
}
21
22
},
23
"organizeImports": {
24
- "enabled": true,
25
- "sortOrder": "asc",
26
- "separateImports": true
+ "enabled": true
27
28
"vcs": {
29
0 commit comments