https://github.com/kurosame/eslint-config-react
ESLint config for React
https://github.com/kurosame/eslint-config-react
eslint eslint-config prettier react
Last synced: about 1 month ago
JSON representation
ESLint config for React
- Host: GitHub
- URL: https://github.com/kurosame/eslint-config-react
- Owner: kurosame
- License: mit
- Created: 2019-09-05T05:50:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T22:24:57.000Z (over 5 years ago)
- Last Synced: 2025-11-23T09:13:08.872Z (6 months ago)
- Topics: eslint, eslint-config, prettier, react
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@kurosame/eslint-config-react
- Size: 532 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESLint Config React
## Installation
```sh
npm install @kurosame/eslint-config-react --save-dev
```
## Usage
In Your ESLint Config:
```json
{
"extends": ["@kurosame/eslint-config-react"]
}
```
## License
MIT