We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package.json
1 parent 4657ada commit fe5da14Copy full SHA for fe5da14
biome.json
@@ -2,7 +2,7 @@
2
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
3
"formatter": {
4
"indentStyle": "space",
5
- "ignore": ["**/*.gen.ts"]
+ "ignore": ["**/*.gen.ts", "./package.json"]
6
},
7
"linter": {
8
"enabled": false
0 commit comments