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

https://github.com/researchsquare/eslint-config-customer-rs

ESLint configuration for customer team
https://github.com/researchsquare/eslint-config-customer-rs

customer

Last synced: about 1 month ago
JSON representation

ESLint configuration for customer team

Awesome Lists containing this project

README

          

# ESLint Configuration for Customer team

This package is intended to manage the ESLint configuration for Customer repos. This can be installed using...

```
yarn add -D eslint eslint-config-customer-rs
```

To implement this in a repository, create an `.eslintrc.json` file that extends `customer-rs`, like...

```
{
"extends": ["customer-rs"]
}
```