Skip to content

Commit

Permalink
Merge pull request #84 from bigbite/hotfix/props-config
Browse files Browse the repository at this point in the history
Disable react/prop-types in eslint config
  • Loading branch information
ampersarnie authored Jun 30, 2023
2 parents aab0b8a + 2321ee7 commit aca5334
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 237 deletions.
1 change: 1 addition & 0 deletions configs/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = (projectConfig) => {
'react/jsx-uses-vars': 'error',
'react/jsx-filename-extension': [1, { extensions: ['.js', '.jsx'] }],
'react/react-in-jsx-scope': 0,
'react/prop-types': 0,
'react/forbid-prop-types': 0,
'react/require-default-props': 0,
'arrow-parens': 2,
Expand Down
Loading

0 comments on commit aca5334

Please sign in to comment.