Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/domain7/eslint-config-domain7


https://github.com/domain7/eslint-config-domain7

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# eslint-config-domain7
Domain7's React coding standard. Extends `eslint-config-airbnb` and applies some customizations.

## Installation
First, run
```
npm i eslint @domain7/eslint-config-domain7
```

Then add this to your `.eslintrc`:
```js
{
"extends": "@domain7/eslint-config-domain7"
}
```