This package is deprecated. Please use eslint / eslint-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!
Semver major number is based on tslint version.
This config should work nicely with prettier. A config-file .prettierrc is adviced with
{
"singleQuote": true
}