https://github.com/promotively/eslint-config-react
Shareable react config for ESLint
https://github.com/promotively/eslint-config-react
es2018 es6 eslint eslint-config eslint-configs eslint-rules eslint-shareable-configs javascript react reactjs
Last synced: 7 months ago
JSON representation
Shareable react config for ESLint
- Host: GitHub
- URL: https://github.com/promotively/eslint-config-react
- Owner: promotively
- License: mit
- Created: 2017-08-23T14:25:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T23:28:30.000Z (almost 5 years ago)
- Last Synced: 2025-02-17T23:06:01.779Z (8 months ago)
- Topics: es2018, es6, eslint, eslint-config, eslint-configs, eslint-rules, eslint-shareable-configs, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://www.promotively.com
- Size: 120 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://badge.fury.io/js/%40promotively%2Feslint-config-react)
[](https://github.com/promotively/eslint-config-react/issues)
[](https://GitHub.com/promotively/eslint-config-react/pull/)# @promotively/eslint-config-react
Shareable eslint config.
## Installation
With Yarn
`yarn add -D @promotively/eslint-config-react`
With NPM
`npm install -D @promotively/eslint-config-react`
## Setup
Add package to your eslint config file.
```json
{
"extends": ["@promotively/eslint-config-react"]
}
```## Contact
Feel free to reach out using any of the below methods:
- [GitHub](https://github.com/promotively)
- [FaceBook](https://facebook.com/promotively)
- [Twitter](https://twitter.com/promotively)
- [LinkedIn](https://linkedin.com/company/promotively)
- [Website](https://promotively.com).
- [Email](mailto:hello@promotively.com)## License
MIT