An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![NPM Version](https://badge.fury.io/js/%40promotively%2Feslint-config-react.svg)](https://badge.fury.io/js/%40promotively%2Feslint-config-react)
[![GitHub Issues](https://img.shields.io/github/issues/promotively/eslint-config-react.svg)](https://github.com/promotively/eslint-config-react/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/promotively/eslint-config-react.svg)](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