Skip to content

Commit 6125e53

Browse files
Disable react/prop-types (#722)
* fix: disable react/prop-types * changeset
1 parent 4c90df1 commit 6125e53

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/good-laws-play.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
'react/jsx-uses-react': 1,
2121
'react/jsx-equals-spacing': 2,
2222
'react/prefer-es6-class': 2,
23+
'react/prop-types': 0,
2324
//
2425
// Whitespace rules for specific scenarios (e.g. JSX)
2526
//

0 commit comments

Comments
 (0)