Skip to content

Commit f0cdbfe

Browse files
committed
Create biome.json
1 parent a234136 commit f0cdbfe

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

biome.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3+
"files": {
4+
"ignoreUnknown": false,
5+
"ignore": []
6+
},
7+
"formatter": {
8+
"enabled": true,
9+
"useEditorconfig": true,
10+
"formatWithErrors": false,
11+
"indentStyle": "space",
12+
"indentWidth": 2,
13+
"lineEnding": "lf",
14+
"lineWidth": 150,
15+
"attributePosition": "auto",
16+
"bracketSpacing": true
17+
},
18+
"organizeImports": {
19+
"enabled": true
20+
},
21+
"linter": {
22+
"enabled": false
23+
},
24+
"javascript": {
25+
"formatter": {
26+
"jsxQuoteStyle": "double",
27+
"quoteProperties": "asNeeded",
28+
"trailingCommas": "es5",
29+
"semicolons": "always",
30+
"arrowParentheses": "always",
31+
"bracketSameLine": false,
32+
"quoteStyle": "double",
33+
"attributePosition": "auto",
34+
"bracketSpacing": true
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)