Skip to content

Commit 7ed5a18

Browse files
committed
fix(storybook): removed rules that are now redundant
since they are now included in the shareable config
1 parent 4efa4ff commit 7ed5a18

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

index.js

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

0 commit comments

Comments
 (0)