1.1.0 • Published 5 years ago

@workpop/eslint-config-workpop v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-config-workpop

Shareable Config for Eslint

Usage

First, you must add the npm dependency to your project.

npm install --save-dev @workpop/eslint-config-workpop

Next extend this config in your projects .eslintrc.json.

{
  "extends": "@workpop/eslint-config-workpop",
  "rules": {
    // Overrides
  }
}