tangled
alpha
login
or
join now
dunkirk.sh
/
zera
5
fork
atom
the home site for me: also iteration 3 or 4 of my site
5
fork
atom
overview
issues
pulls
pipelines
chore: fix the biome config
dunkirk.sh
7 months ago
7dca1b9e
0b5c3f9c
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+25
-29
1 changed file
expand all
collapse all
unified
split
biome.json
+25
-29
biome.json
···
1
1
{
2
2
-
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
3
3
-
"vcs": {
4
4
-
"enabled": false,
5
5
-
"clientKind": "git",
6
6
-
"useIgnoreFile": false
7
7
-
},
8
8
-
"files": {
9
9
-
"ignoreUnknown": false,
10
10
-
"ignore": []
11
11
-
},
12
12
-
"formatter": {
13
13
-
"formatWithErrors": true,
14
14
-
"enabled": true,
15
15
-
"indentStyle": "tab"
16
16
-
},
17
17
-
"organizeImports": {
18
18
-
"enabled": true
19
19
-
},
20
20
-
"linter": {
21
21
-
"enabled": true,
22
22
-
"rules": {
23
23
-
"recommended": true
24
24
-
}
25
25
-
},
26
26
-
"javascript": {
27
27
-
"formatter": {
28
28
-
"quoteStyle": "double"
29
29
-
}
30
30
-
}
2
2
+
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
3
3
+
"vcs": {
4
4
+
"enabled": false,
5
5
+
"clientKind": "git",
6
6
+
"useIgnoreFile": false
7
7
+
},
8
8
+
"files": {
9
9
+
"ignoreUnknown": false
10
10
+
},
11
11
+
"formatter": {
12
12
+
"formatWithErrors": true,
13
13
+
"enabled": true,
14
14
+
"indentStyle": "tab"
15
15
+
},
16
16
+
"linter": {
17
17
+
"enabled": true,
18
18
+
"rules": {
19
19
+
"recommended": true
20
20
+
}
21
21
+
},
22
22
+
"javascript": {
23
23
+
"formatter": {
24
24
+
"quoteStyle": "double"
25
25
+
}
26
26
+
}
31
27
}