[**@cprussin/eslint-config v4.0.2**](../README.md)

***

# Variable: react

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

Defined in: [index.ts:265](https://github.com/cprussin/cprussin-monorepo/blob/1ee8f324a1a92cb3c2ac66695998c63329b0c708/packages/eslint-config/src/index.ts#L265)

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";
```
