1.0.1 • Published 7 years ago
@entirety/tslint-config-entirety v1.0.1
tslint-config-entirety

A TSLint Config
Install
Using NPM:
npm install --save-dev @entirety/tslint-config-entiretyUsing Yarn:
yarn add --dev @entirety/tslint-config-entiretyUsage
Configs are designed to work with the extends feature of tslint.json files. You can learn more about Configs on the official TSLint website.
To use the Entirety config, first run this:
Using NPM:
npm install --save-dev tslint @entirety/tslint-config-entiretyUsing Yarn:
yarn add --dev tslint @entirety/tslint-config-entiretyThen, add this to your tslint.json file:
{
"extends": "@entirety/tslint-config-entirety"
}You can override settings from the config by adding them directly into your tslint.json file.