Skip to content

Commit 02fd758

Browse files
chore: ignore storybook files on biome (coder#15918)
1 parent fe98644 commit 02fd758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/biome.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"test-results/",
88
"e2e/**/*Generated.ts",
99
"src/api/*Generated.ts",
10-
"pnpm-lock.yaml"
10+
"pnpm-lock.yaml",
11+
"storybook-static/"
1112
]
1213
},
1314
"linter": {

0 commit comments

Comments
 (0)