Const
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.
react
react-hooks
jsx-a11y
jest-dom
testing-library
// eslint.config.jsexport { react as default } from "@cprussin/eslint-config"; Copy
// eslint.config.jsexport { react as default } from "@cprussin/eslint-config";
This configuration extends the base configuration and adds the
react
,react-hooks
, andjsx-a11y
shared configs. It also adds configs for jest dom tests using thejest-dom
andtesting-library
shared configs for test files.