Skip to content

Commit afe8879

Browse files
committed
feat(storybook): defined rules for files in the storybook directory
1 parent e790b72 commit afe8879

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

index.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
module.exports = {
2-
extends: '@form8ion/react'
2+
extends: '@form8ion/react',
3+
4+
overrides: {
5+
files: '.storybook/*.js',
6+
rules: {
7+
'import/no-extraneous-dependencies': ['error', {devDependencies: true}]
8+
}
9+
}
310
};

0 commit comments

Comments
 (0)