Skip to content

Commit

Permalink
Merge pull request #93 from rainbow-me/@terrysahaidak/disable-prop-types
Browse files Browse the repository at this point in the history
Disable prop types rule
  • Loading branch information
estrattonbailey committed Sep 1, 2022
2 parents 10e0c3e + eb8344f commit 72105b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = {
'@typescript-eslint/no-non-null-asserted-optional-chain': 'warn', // TODO MUST FIX

'react/jsx-props-no-spreading': 'warn',
'react/prop-types': 'warn', // TODO will be fixed after TS migration
'react/prop-types': 'off',
'react/display-name': 'warn', // TODO easy fix

// mimic default eslint
Expand Down

0 comments on commit 72105b6

Please sign in to comment.