We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1133f7 commit ac2b805Copy full SHA for ac2b805
biome.json
@@ -0,0 +1,26 @@
1
+{
2
+ "$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
3
+ "vcs": {
4
+ "enabled": false,
5
+ "clientKind": "git",
6
+ "useIgnoreFile": false
7
+ },
8
+ "files": {
9
+ "ignoreUnknown": false
10
11
+ "formatter": {
12
+ "enabled": true,
13
+ "indentStyle": "space"
14
15
+ "linter": {
16
17
+ "rules": {
18
+ "recommended": true
19
+ }
20
21
+ "javascript": {
22
23
+ "quoteStyle": "single"
24
25
26
+}
0 commit comments