Skip to content

Commit

Permalink
feat: disable prop-types rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernanberg committed Jan 17, 2024
1 parent 2d4d6dc commit b68d0c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ module.exports = {
'react/self-closing-comp': 'error',
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-boolean-value.md
'react/jsx-boolean-value': ['error', 'never'],
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/prop-types.md
'react/prop-types': 'off',
},
}

0 comments on commit b68d0c1

Please sign in to comment.