Commit fdbd225
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
0 commit comments