Skip to content

Commit

Permalink
fix: remove react/prop-types rule
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Mar 18, 2024
1 parent bf392d2 commit 89b18d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react.js
Expand Up @@ -78,6 +78,7 @@ module.exports = {
// "react/require-extension": "...",
'react/require-optimization': 'off',
'react/prefer-stateless-function': ['warn', {ignorePureComponents: true}],
'react/prop-types': 'off',
'react/sort-comp': 'off',
'react/sort-prop-types': 'off',
'react/self-closing-comp': 'error',
Expand Down

0 comments on commit 89b18d4

Please sign in to comment.