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 ed6eacc commit aee9a13Copy full SHA for aee9a13
1 file changed
frontend/biome.json
@@ -7,8 +7,10 @@
7
"!**/dist/**/*",
8
"!**/node_modules",
9
"!**/src/routeTree.gen.ts",
10
- "!**/playwright.config.ts",
11
- "!**/playwright-report"
+ "!**/src/client",
+ "!**/src/components/ui",
12
+ "!**/playwright-report",
13
+ "!**/playwright.config.ts"
14
]
15
},
16
"linter": {
@@ -28,8 +30,7 @@
28
30
"useSelfClosingElements": "error",
29
31
"noUselessElse": "error"
32
}
- },
- "includes": ["**", "!**/src/client/**", "!**/src/components/ui/**"]
33
+ }
34
35
"formatter": {
36
"indentStyle": "space"
0 commit comments