Skip to content

Commit 169c6d5

Browse files
committed
style: fix lint config
1 parent d1636c5 commit 169c6d5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports = {
6565
],
6666
curly: ['error', 'all'],
6767
'react/require-default-props': ['warn'],
68-
'react/default-props-match-prop-types': ['warn']
68+
'react/default-props-match-prop-types': ['warn'],
69+
'react/prop-types': ['warn']
6970
},
7071
}

stories/.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
rules: {
33
'import/no-extraneous-dependencies': 0,
4+
'no-alert': 'off'
45
},
56
}

0 commit comments

Comments
 (0)