Skip to content

Commit 56138db

Browse files
committed
chore: ignore generated files for linting
1 parent 4f65fea commit 56138db

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
@@ -6,7 +6,8 @@
66
"dist",
77
"pnpm-lock.yaml",
88
"./local",
9-
"./package.json"
9+
"./package.json",
10+
"src/data/providers/balancer-api/generated/"
1011
]
1112
},
1213
"organizeImports": {

0 commit comments

Comments
 (0)