Skip to content

Commit

Permalink
Merge pull request #15 from josepholiveira/main
Browse files Browse the repository at this point in the history
chore: add react/no-unknown-property ESLint rule
  • Loading branch information
diego3g authored Aug 24, 2023
2 parents c0d7fe2 + 9c4a308 commit 2b4873c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions next.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = {
'jsx-a11y/aria-unsupported-elements': 'warn',
'jsx-a11y/role-has-required-aria-props': 'warn',
'jsx-a11y/role-supports-aria-props': 'warn',
'react/no-unknown-property': 'error',
},
settings: {
react: {
Expand Down
1 change: 1 addition & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module.exports = {
'jsx-a11y/aria-unsupported-elements': 'warn',
'jsx-a11y/role-has-required-aria-props': 'warn',
'jsx-a11y/role-supports-aria-props': 'warn',
'react/no-unknown-property': 'error',
},
settings: {
react: {
Expand Down

0 comments on commit 2b4873c

Please sign in to comment.