1.0.0 • Published 5 years ago

@geekhive/tslint-config-standard v1.0.0

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

@geekhive/tslint-config-standard

Standard tslint configuration at GeekHive.

Usage

Install the package from the npm registry:

npm install @geekhive/tslint-config-standard
yarn add @geekhive/tslint-config-standard

And then add a tslint.json file to the repository root with the following contents:

{
  "extends": ["@geekhive/tslint-config-standard"]
}