# @repodog/eslint-config-react The Repodog React ESLint config module. [![npm version](https://badge.fury.io/js/%40repodog%2Feslint-config-react.svg)](https://badge.fury.io/js/%40repodog%2Feslint-config-react) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) ## Install package and dependency ```shell # terminal npm install @repodog/eslint-config-react eslint --save-dev ``` ## Use package ```javascript // eslint.config.mjs import config from '@repodog/eslint-config-react'; export default [...config]; ```