0.0.4 • Published 6 years ago
@sohohouse/eslint-config v0.0.4
eslint-config Soho House's shared eslint config
Usage
- Add the dependency
yarn add @sohohouse/eslint-config
- Extend your Eslint config
// package.json
"eslint": {
"extends": ["@sohohouse"]
}