Skip to content

Commit

Permalink
feat(eslint): enable react/no-unknown-property
Browse files Browse the repository at this point in the history
Resolves #52

BREAKING CHANGE: `react/no-unknown-property` has been enabled as it provides a useful auto-fix for
SVG properties.
  • Loading branch information
mrmckeb committed Aug 29, 2023
1 parent 8c4c673 commit 2a4bd0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eslint/rules/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* disable them.
*/
const disabledRules = {
// This is better handled by TypeScript.
'react/no-unknown-property': 'off',
// We recommend using TypeScript over `prop-types`, as `prop-types` can add
// to a project's build size.
'react/prop-types': 'off',
Expand Down

0 comments on commit 2a4bd0e

Please sign in to comment.