5.0.1 • Published 6 years ago

tslint-config-kingsquare v5.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

tslint-config-kingsquare

This is the basic tslint config used by kingsquare.

To install and use do the following:

yarn add --dev tslint-config-kingsquare

also create a tslint.json:

{
  "extends": "tslint-config-kingsquare"
}

That should do it!

NOTE

Semver major number is based on tslint version.

Use of Prettier

This config should work nicely with prettier. A config-file .prettierrc is adviced with

{
  "singleQuote": true
}
5.0.1

6 years ago

5.0.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago