Skip to content

Shared ESLint configuration

Notifications You must be signed in to change notification settings

rematocorp/eslint-config

Repository files navigation

Remato ESLint config

Use

$ yarn add --dev eslint @remato/eslint-config

Edit and publish

  1. Edit appropriate rule file
  2. Commit
  3. Run $ yarn publish
  4. Enter your npm credentials
  5. Push to master
  6. Create Github release
  7. Update your repository package.json dependency version using yarn workspace xxx add @remato/eslint-config@^<version> --dev

Test

Use yarn link.