1.0.21 • Published 6 months ago

@chatchamp/eslint-config v1.0.21

Weekly downloads
109
License
MIT
Repository
github
Last release
6 months ago

eslint-config-chatchamp

This package provides chatchamp's .eslintrc as an extensible shared config.

Installation

1.

yarn add @chatchamp/eslint-config --dev

2.

{
  "extends": [
    "@chatchamp/eslint-config"
  ],
  ...
}

Deployment

  1. version bump in package.json

  $ npm login
  $ npm publish