[**@cprussin/eslint-config v5.1.2**](../README.md)

***

# Variable: react

> `const` **react**: `FlatConfig.ConfigArray`

Defined in: [index.ts:270](https://github.com/cprussin/cprussin-monorepo/blob/45be92bc13a41d9f46c6ab9ed2d9a61167827e46/packages/eslint-config/src/index.ts#L270)

This configuration extends the [base](base.md) 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

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