Skip to content

Commit aee9a13

Browse files
committed
Update
1 parent ed6eacc commit aee9a13

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

frontend/biome.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"!**/dist/**/*",
88
"!**/node_modules",
99
"!**/src/routeTree.gen.ts",
10-
"!**/playwright.config.ts",
11-
"!**/playwright-report"
10+
"!**/src/client",
11+
"!**/src/components/ui",
12+
"!**/playwright-report",
13+
"!**/playwright.config.ts"
1214
]
1315
},
1416
"linter": {
@@ -28,8 +30,7 @@
2830
"useSelfClosingElements": "error",
2931
"noUselessElse": "error"
3032
}
31-
},
32-
"includes": ["**", "!**/src/client/**", "!**/src/components/ui/**"]
33+
}
3334
},
3435
"formatter": {
3536
"indentStyle": "space"

0 commit comments

Comments
 (0)