@remato/eslint-config
v1.14.0
Published
## Use
Downloads
2,570
Keywords
Readme
Remato ESLint config
Use
$ yarn add --dev eslint @remato/eslint-config
Edit and publish
- Edit appropriate rule file
- Commit
- Run
$ yarn publish
- Enter your npm credentials
- Push to master
- Create Github release
- Update your repository package.json dependency version using
yarn workspace xxx add @remato/eslint-config@^<version> --dev
Test
Use yarn link.