We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d308d commit 6547b60Copy full SHA for 6547b60
.github/workflows/pr-check.yaml
@@ -48,6 +48,9 @@ jobs:
48
- name: Execute pnpm
49
run: pnpm install
50
51
+ - name: Execute pnpm build
52
+ run: pnpm build
53
+
54
- name: Run linter
55
run: pnpm lint:check
56
biome.jsonc
@@ -14,17 +14,20 @@
14
"arrowParentheses": "asNeeded",
15
"bracketSameLine": true,
16
"attributePosition": "auto",
17
- "quoteStyle": "single"
+ "quoteStyle": "single",
18
+ "lineEnding": "lf"
19
}
20
},
21
"json": {
22
"formatter": {
- "indentWidth": 2
23
+ "indentWidth": 2,
24
25
26
27
"css": {
28
29
30
31
32
33
"linter": {
0 commit comments