Skip to content

Commit

Permalink
Update eslint-plugin-react to latest version
Browse files Browse the repository at this point in the history
This requires ignoring a new rule added since the last version. More
information at the following links:

https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-unknown-property.md
jsx-eslint/eslint-plugin-react#3384 (comment)
  • Loading branch information
ScottG489 committed Feb 9, 2023
1 parent 89b099e commit b875376
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 66 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -14,6 +14,7 @@ module.exports = {
'comma-dangle': ['error', 'always-multiline'],
'react/jsx-tag-spacing': 'off',
'react/prop-types': 'off',
'react/no-unknown-property': ['error', { ignore: ['css'] }],
'no-warning-comments': 'off',
'complexity': 'off',
'@typescript-eslint/strict-boolean-expressions': 'off',
Expand Down
156 changes: 91 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"eslint-config-xo-space": "0.34.0",
"eslint-config-xo-typescript": "0.53.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "4.9.5",
"gh-pages": "^4.0.0"
Expand Down

0 comments on commit b875376

Please sign in to comment.