Skip to content

Commit b8dac70

Browse files
committed
Update biome.json
1 parent 8dd4031 commit b8dac70

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

frontend/biome.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"includes": [
66
"**",
77
"!**/dist/**/*",
8-
"!**/node_modules",
8+
"!**/node_modules/**/*",
99
"!**/src/routeTree.gen.ts",
10-
"!**/src/client",
11-
"!**/src/components/ui",
10+
"!**/src/client/**/*",
11+
"!**/src/components/ui/**/*",
1212
"!**/playwright-report",
1313
"!**/playwright.config.ts"
1414
]
@@ -17,9 +17,6 @@
1717
"enabled": true,
1818
"rules": {
1919
"recommended": true,
20-
"correctness": {
21-
"useUniqueElementIds": "off"
22-
},
2320
"suspicious": {
2421
"noExplicitAny": "off",
2522
"noArrayIndexKey": "off"

0 commit comments

Comments
 (0)