Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skan-io/eslint-config-react
React @eslint config for ecma script standard (stage 2)
https://github.com/skan-io/eslint-config-react
configuration eslint react
Last synced: 10 days ago
JSON representation
React @eslint config for ecma script standard (stage 2)
- Host: GitHub
- URL: https://github.com/skan-io/eslint-config-react
- Owner: skan-io
- License: mit
- Created: 2019-01-20T01:28:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T02:11:28.000Z (almost 6 years ago)
- Last Synced: 2024-04-26T07:23:04.164Z (9 months ago)
- Topics: configuration, eslint, react
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-react
React eslint config for ecma script standard (stage 2)## Usage
```bash
npm i -D @skan-io/eslint-config-react
```In `.eslintrc`:
```
root: trueextends:
- '@skan-io/eslint-config-react'
```**NOTE:** may need to restart your editor for config to take effect