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