Skip to content

Commit

Permalink
disable buggy rule?
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Sep 12, 2024
1 parent 68fafaf commit 0f21ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ module.exports = {
ts: 'never',
tsx: 'never',
}],
// Not sure what this is doing internally but it's not doing the right thing
'react/no-is-mounted': 'off',
// Not true anymore
'react/react-in-jsx-scope': 'off',
'react/no-unused-prop-types': ['error', { skipShapeProps: true }],
Expand Down

0 comments on commit 0f21ed7

Please sign in to comment.