Skip to content

Commit 1f62af8

Browse files
committed
fix(eslint-config): fix rulres for storybook
1 parent 9746c13 commit 1f62af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/src/storybook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const extensions = [
1414
module.exports = {
1515
overrides: [
1616
{
17-
files: makePatterns(postfixes, extensions).concat('.storybook/**/*'),
17+
files: makePatterns(postfixes, extensions).concat('.storybook/**/*').concat('storybook/**/*'),
1818
rules: {
1919
'max-classes-per-file': 'off',
2020
'no-magic-numbers': 'off',

0 commit comments

Comments
 (0)