0.0.4 • Published 7 years ago

eslint-config-dagobah-style-guide v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Dagobah Style Guide

NPM

Installation

1. Install the package

npm i --save-dev eslint-config-dagobah-style-guide

2. Install dependencies

(
  export PKG=eslint-config-dagobah-style-guide;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

3. Update eslint config

  ...
  "extends": "dagobah-style-guide"
  ...