https://github.com/superreal/eslint-config-superreal-react
ESLint shareable config for superReal (React)
https://github.com/superreal/eslint-config-superreal-react
Last synced: 29 days ago
JSON representation
ESLint shareable config for superReal (React)
- Host: GitHub
- URL: https://github.com/superreal/eslint-config-superreal-react
- Owner: superReal
- License: mit
- Created: 2017-06-30T15:26:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T12:55:08.000Z (almost 9 years ago)
- Last Synced: 2025-02-19T17:06:36.169Z (over 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ESLint Config superReal (React)
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs) for superReal (React)
_Based on [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb)_
[](https://david-dm.org/superReal/eslint-config-superreal-react)
[](https://david-dm.org/superReal/eslint-config-superreal-react?type=dev)
[](https://david-dm.org/superReal/eslint-config-superreal-react?type=peer)
[](https://codeclimate.com/github/superReal/eslint-config-superreal-react)
[](https://travis-ci.org/superReal/eslint-config-superreal-react)
[](https://snyk.io/test/github/superReal/eslint-config-superreal-react)
**Note that the README on the `master` branch might not match that of the [latest stable release](https://github.com/superReal/eslint-config-superreal-react/releases/latest)!**
## Installation
```bash
$ npm install --save-dev eslint@3.19.0 eslint-plugin-import@2.7.0 eslint-plugin-jsx-a11y@5.1.1 eslint-plugin-react@7.1.0 eslint-config-superreal-react
```
## Usage
Add ESLint config to your package.json:
```json
{
"eslintConfig": {
"extends": "superreal-react"
}
}
```
## License (MIT)
Copyright (c) [superReal GmbH](http://www.superreal.de)