react: FlatConfig.ConfigArray = ...

This configuration extends the base configuration and adds the react, react-hooks, and jsx-a11y shared configs. It also adds configs for jest dom tests using the jest-dom and testing-library shared configs for test files.

Example

// eslint.config.js
export { react as default } from "@cprussin/eslint-config";