We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c90df1 commit 6125e53Copy full SHA for 6125e53
2 files changed
.changeset/good-laws-play.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-config-godaddy-react": minor
3
4
+
5
+Disabling react/prop-types
packages/eslint-config-godaddy-react/index.js
@@ -20,6 +20,7 @@ module.exports = {
20
'react/jsx-uses-react': 1,
21
'react/jsx-equals-spacing': 2,
22
'react/prefer-es6-class': 2,
23
+ 'react/prop-types': 0,
24
//
25
// Whitespace rules for specific scenarios (e.g. JSX)
26
0 commit comments