9.0.4 • Published 1 year ago
@repodog/eslint-config-react v9.0.4
@repodog/eslint-config-react
The Repodog React ESLint config module.
Install package and dependency
# terminal
npm install @repodog/eslint-config-react eslint --save-devUse package
// eslint.config.mjs
import config from '@repodog/eslint-config-react';
export default [
...config,
];