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
- Host: GitHub
- URL: https://github.com/researchsquare/eslint-config-customer-rs
- Owner: researchsquare
- Created: 2020-03-30T19:29:04.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T22:48:33.000Z (over 1 year ago)
- Last Synced: 2025-10-04T04:42:46.173Z (8 months ago)
- Topics: customer
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"]
}
```