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

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

Awesome Lists containing this project

README

        

## Eslint Config (React)

Eslint config for React.

### Example

```javascript
module.exports = {
root: true,
extends: [
...
"@alexseitsinger/eslint-config-react",
...
],
}
```