Skip to content

Commit 8dfbfa7

Browse files
committed
fix(storybook): expanded the glob to include all storybook config files
1 parent 5e3a2c4 commit 8dfbfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020

2121
overrides: [
2222
{
23-
files: '.storybook/*.js',
23+
files: '.storybook/**/*.js',
2424
rules: {
2525
'import/no-extraneous-dependencies': ['error', {devDependencies: true}]
2626
}

0 commit comments

Comments
 (0)