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 8dd4031 commit b8dac70Copy full SHA for b8dac70
1 file changed
frontend/biome.json
@@ -5,10 +5,10 @@
5
"includes": [
6
"**",
7
"!**/dist/**/*",
8
- "!**/node_modules",
+ "!**/node_modules/**/*",
9
"!**/src/routeTree.gen.ts",
10
- "!**/src/client",
11
- "!**/src/components/ui",
+ "!**/src/client/**/*",
+ "!**/src/components/ui/**/*",
12
"!**/playwright-report",
13
"!**/playwright.config.ts"
14
]
@@ -17,9 +17,6 @@
17
"enabled": true,
18
"rules": {
19
"recommended": true,
20
- "correctness": {
21
- "useUniqueElementIds": "off"
22
- },
23
"suspicious": {
24
"noExplicitAny": "off",
25
"noArrayIndexKey": "off"
0 commit comments