https://github.com/alexseitsinger/eslint-config-react
Eslint config for React
https://github.com/alexseitsinger/eslint-config-react
eslint eslint-config eslint-config-react eslint-plugin-react react
Last synced: 2 months ago
JSON representation
Eslint config for React
- Host: GitHub
- URL: https://github.com/alexseitsinger/eslint-config-react
- Owner: alexseitsinger
- License: bsd-2-clause
- Created: 2019-06-25T21:01:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T16:34:52.000Z (over 5 years ago)
- Last Synced: 2025-02-19T13:46:30.088Z (3 months ago)
- Topics: eslint, eslint-config, eslint-config-react, eslint-plugin-react, react
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Eslint Config (React)
Eslint config for React.
### Example
```javascript
module.exports = {
root: true,
extends: [
...
"@alexseitsinger/eslint-config-react",
...
],
}
```