tangled
alpha
login
or
join now
dunkirk.sh
/
myrus
0
fork
atom
a scrappy gimbal that insults you in shakespearean english
0
fork
atom
overview
issues
pulls
pipelines
chore: add prettier
Kieran Klukas
1 year ago
bfaef869
bd743d9c
+35
2 changed files
expand all
collapse all
unified
split
.prettierrc
biome.json
+5
.prettierrc
···
0
0
0
0
0
···
1
+
{
2
+
"useTabs": true,
3
+
"singleQuote": false,
4
+
"tabWidth": 2
5
+
}
+30
biome.json
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
···
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": ["src/bangs.json"]
11
+
},
12
+
"formatter": {
13
+
"enabled": true,
14
+
"indentStyle": "tab"
15
+
},
16
+
"organizeImports": {
17
+
"enabled": true
18
+
},
19
+
"linter": {
20
+
"enabled": true,
21
+
"rules": {
22
+
"recommended": true
23
+
}
24
+
},
25
+
"javascript": {
26
+
"formatter": {
27
+
"quoteStyle": "double"
28
+
}
29
+
}
30
+
}