Skip to content

Commit

Permalink
Disable react/prop-types (#722)
Browse files Browse the repository at this point in the history
* fix: disable react/prop-types

* changeset
  • Loading branch information
agerard-godaddy authored Jul 29, 2024
1 parent 4c90df1 commit 6125e53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-laws-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-config-godaddy-react": minor
---

Disabling react/prop-types
1 change: 1 addition & 0 deletions packages/eslint-config-godaddy-react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
'react/jsx-uses-react': 1,
'react/jsx-equals-spacing': 2,
'react/prefer-es6-class': 2,
'react/prop-types': 0,
//
// Whitespace rules for specific scenarios (e.g. JSX)
//
Expand Down

0 comments on commit 6125e53

Please sign in to comment.