chore(deps): update dependency eslint-plugin-react to v7.32.0 (webv2) (#2580)

* chore(deps): update dependency eslint-plugin-react to v7.32.0

* Turn off react/destructuring-assignment

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
renovate[bot]
2023-01-16 12:38:06 -08:00
committed by GitHub
parent ce3686da68
commit 6112c43817
3 changed files with 7 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ module.exports = {
ignorePatterns: ['!./storybook/**'],
rules: {
'prettier/prettier': 'error',
'react/destructuring-assignment': 'off',
'react/prop-types': 0,
'react/react-in-jsx-scope': 'off',
'react/require-default-props': 'off',