1.3.0 • Published 6 years ago
tslint-config-activepipe v1.3.0
tslint-config-activepipe
Shared code formatting and quality configuration for use in all ActivePipe projects
what it does
- Specifies
tslint
/prettier
dependencies
quick start
npm install --save-dev
this package's peerDepencies (see below)- save
{ "extends": ["tslint-config-activepipe"] }
totslint.json
in your project root - save
module.exports = require('tslint-config-activepipe/prettierrc')
to.prettierrc.js
in your project root - ?????
- 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