Skip to content

Commit b8ec103

Browse files
committed
fix: exclude generated files from formatter.includes
1 parent a0dd5c8 commit b8ec103

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"indentWidth": 2,
1717
"lineEnding": "lf",
1818
"lineWidth": 80,
19-
"attributePosition": "auto"
19+
"attributePosition": "auto",
20+
"includes": ["**", "!**/*.gen.ts", "!packages_generated/**/*.ts", "!packages_generated/**/*.json", "!packages_generated/**/*.config.ts", "!packages/sdk/src/index.gen.ts"]
2021
},
2122
"javascript": {
2223
"formatter": {

0 commit comments

Comments
 (0)