9.0.3 • Published 10 months ago
@repodog/eslint-config-react v9.0.3
@repodog/eslint-config-react
The Repodog React ESLint config module.
Install package and dependency
# terminal
npm install @repodog/eslint-config-react eslint --save-dev
Use package
// eslint.config.mjs
import config from '@repodog/eslint-config-react';
export default [
...config,
];