Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #319 from saiichihashimoto/snyk-upgrade-294b773287…
Browse files Browse the repository at this point in the history
…bb91942aaee49c0577db03

[Snyk] Upgrade eslint-plugin-react from 7.17.0 to 7.18.3
  • Loading branch information
saiichihashimoto committed Jul 26, 2020
2 parents fdb96c0 + 5fade65 commit 67cd6fe
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 39 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Expand Up @@ -746,7 +746,9 @@ module.exports = {
'react/forbid-elements': 'off',
'react/forbid-foreign-prop-types': 'off',
'react/forbid-prop-types': 'off',
'react/function-component-definition': 'error',
'react/no-access-state-in-setstate': 'error',
'react/no-adjacent-inline-elements': 'error',
'react/no-array-index-key': 'error',
'react/no-children-prop': 'error',
'react/no-danger': 'error',
Expand Down Expand Up @@ -860,6 +862,7 @@ module.exports = {
'react/jsx-no-comment-textnodes': 'error',
'react/jsx-no-duplicate-props': 'error',
'react/jsx-no-literals': 'off',
'react/jsx-no-script-url': 'error',
'react/jsx-no-target-blank': ['error', { enforceDynamicLinks: 'always' }],
'react/jsx-no-undef': ['error', { allowGlobals: true }],
'react/jsx-no-useless-fragment': 'error',
Expand Down

0 comments on commit 67cd6fe

Please sign in to comment.