Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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: true

extends:
- '@skan-io/eslint-config-react'
```

**NOTE:** may need to restart your editor for config to take effect