2.0.3 • Published 4 months ago

eslint-config-customer-rs v2.0.3

Weekly downloads
26
License
ISC
Repository
github
Last release
4 months ago

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"]
}