diff --git a/packages/eslint-config/react.yaml b/packages/eslint-config/react.yaml index 4fce1c78..01734d09 100644 --- a/packages/eslint-config/react.yaml +++ b/packages/eslint-config/react.yaml @@ -24,4 +24,5 @@ rules: jsx-a11y/anchor-is-valid: 0 jsx-a11y/click-events-have-key-events: 0 jsx-a11y/label-has-associated-control: 0 + github/array-foreach: 0 # 'react/no-unknown-property': ['error', { ignore: ['key'] }], \ No newline at end of file