Skip to content

Commit fdbd225

Browse files
committed
fix: Add .storybook to .eslintignore to exclude config files
The .storybook configuration files were being linted by the lint:ci command, which caused ESLint errors (import/no-extraneous-dependencies and import/order violations). These are configuration files that should not be subject to the same linting rules as application code. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent cd07dd9 commit fdbd225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ bin
99
static
1010
cypress-coverage
1111
vitest-coverage
12+
.storybook
1213
.storybook-dist
1314
common/styles/themeMap.js

0 commit comments

Comments
 (0)