eslint-config-customer-rs
v2.0.3
Published
ESLint configuration for customer team
Downloads
21
Keywords
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-rsTo implement this in a repository, create an .eslintrc.json file that extends customer-rs, like...
{
"extends": ["customer-rs"]
}