1.0.1 • Published 5 years ago

@chrisb-dev/tslint v1.0.1

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

@chrisb-dev/tslint

Basic typescript linting setup to be shared between @chrisb-dev projects.

Installation

Install via npm then update the projects tslint.json to extend the newly installed tslint.json file.

  • npm i --save-dev @chrisb-dev/tslint
  • Update the projects tslint.json file
{
  "extends": "@chrisb-dev/tslint/tslint.json"
}