We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79ad99 commit 2bcb969Copy full SHA for 2bcb969
biome.json
@@ -0,0 +1,35 @@
1
+{
2
+ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3
+ "vcs": {
4
+ "enabled": false,
5
+ "clientKind": "git",
6
+ "useIgnoreFile": false
7
+ },
8
+ "files": {
9
+ "ignoreUnknown": false,
10
+ "ignore": []
11
12
+ "formatter": {
13
+ "enabled": true,
14
+ "lineWidth": 120,
15
+ "indentStyle": "space",
16
+ "indentWidth": 2
17
18
+ "organizeImports": {
19
+ "enabled": true
20
21
+ "linter": {
22
23
+ "rules": {
24
+ "recommended": true,
25
+ "correctness": {
26
+ "noUnknownProperty": "off"
27
+ }
28
29
30
+ "javascript": {
31
32
+ "quoteStyle": "double"
33
34
35
+}
0 commit comments