Skip to content

Commit 4cb7805

Browse files
config: Ignore storybook-static directory from biome checks
- Add './apps/docs/storybook-static' to biome.json ignore list - Reduces linting errors from 536 to 93 (443 error reduction!) - Reduces warnings from 141 to 44 (97 warning reduction!) - Generated storybook files should not be linted This addresses the user request to ignore the storybook-static directory from biome linting checks, significantly improving the linting output.
1 parent e6618e5 commit 4cb7805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"clientKind": "git",
66
"useIgnoreFile": false
77
},
8-
"files": { "ignoreUnknown": false, "ignore": [".turbo", "yarn.lock"] },
8+
"files": { "ignoreUnknown": false, "ignore": [".turbo", "yarn.lock", "./apps/docs/storybook-static"] },
99
"organizeImports": { "enabled": true },
1010
"formatter": {
1111
"enabled": true,

0 commit comments

Comments
 (0)