Skip to content

Commit

Permalink
fix(storybook): expanded the glob to include all storybook config files
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Oct 6, 2019
1 parent 5e3a2c4 commit 8dfbfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {

overrides: [
{
files: '.storybook/*.js',
files: '.storybook/**/*.js',
rules: {
'import/no-extraneous-dependencies': ['error', {devDependencies: true}]
}
Expand Down

0 comments on commit 8dfbfa7

Please sign in to comment.