Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 552 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 552 Bytes

@repodog/eslint-config-react

The Repodog React ESLint config module.

npm version License: MIT

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,
];