Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tslint-config-trucknet-io

trucknet-io51MIT1.8.7TypeScript support: included

Tslint sharable config based on JavaScript Standard Style with comma-dangles, semi and much more

typescript, tslint, preset

readme

tslint-config-trucknet-io

A preset for TSLint based on microsoft-contrib, but a little bit reduced.

Setup

Install with npm or yarn:

npm install tslint-config-trucknet-io -D

Add the following to your project's tslint.json:

{
  "extends": ["tslint-config-trucknet-io"]
}