Skip to content

Commit

Permalink
fix(eslint-config): fix rulres for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Mar 13, 2024
1 parent 9746c13 commit 1f62af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/src/storybook.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const extensions = [
module.exports = {
overrides: [
{
files: makePatterns(postfixes, extensions).concat('.storybook/**/*'),
files: makePatterns(postfixes, extensions).concat('.storybook/**/*').concat('storybook/**/*'),
rules: {
'max-classes-per-file': 'off',
'no-magic-numbers': 'off',
Expand Down

0 comments on commit 1f62af8

Please sign in to comment.