Skip to content

Commit

Permalink
feat(storybook): defined rules for files in the storybook directory
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed May 31, 2019
1 parent e790b72 commit afe8879
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
module.exports = {
extends: '@form8ion/react'
extends: '@form8ion/react',

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

0 comments on commit afe8879

Please sign in to comment.