Closed
Description
Is there an existing issue for this?
- I have searched the existing issues and my issue is unique
- My issue appears in the command-line and not only in the text editor
Description Overview

import tseslint from 'typescript-eslint'
import reactPlugin from 'eslint-plugin-react'
export default tseslint.config(
reactPlugin.configs.flat.recommended
)
reactPlugin.configs.flat' is possibly 'undefined'
Is there really a chanse for this object to be undefined or is it incorrect type?
Expected Behavior
No type error
eslint-plugin-react version
v7.37.3
eslint version
v9.17.0
node version
v20.0.0