1.3.0 • Published 6 years ago

tslint-config-activepipe v1.3.0

Weekly downloads
33
License
ISC
Repository
github
Last release
6 years ago

tslint-config-activepipe

Shared code formatting and quality configuration for use in all ActivePipe projects

what it does

  • Specifies tslint/prettier dependencies

quick start

  1. npm install --save-dev this package's peerDepencies (see below)
  2. save { "extends": ["tslint-config-activepipe"] } to tslint.json in your project root
  3. save module.exports = require('tslint-config-activepipe/prettierrc') to .prettierrc.js in your project root
  4. ?????
  5. profit and doors which go like this

installing peerDependencies

The following command will install (or update) this package's peer dependencies in your project:

npm info tslint-config-activepipe peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev