We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1636c5 commit 169c6d5Copy full SHA for 169c6d5
.eslintrc.js
@@ -65,6 +65,7 @@ module.exports = {
65
],
66
curly: ['error', 'all'],
67
'react/require-default-props': ['warn'],
68
- 'react/default-props-match-prop-types': ['warn']
+ 'react/default-props-match-prop-types': ['warn'],
69
+ 'react/prop-types': ['warn']
70
},
71
}
stories/.eslintrc.js
@@ -1,5 +1,6 @@
1
module.exports = {
2
rules: {
3
'import/no-extraneous-dependencies': 0,
4
+ 'no-alert': 'off'
5
6
0 commit comments