1.3.4 • Published 6 years ago
@seancroach/tslint-config v1.3.4
Installation
Install @seancroach/tslint-config
using npm:
$ npm install --save-dev @seancroach/tslint-config
Or, if you prefer yarn:
yarn add --dev @seancroach/tslint-config
Usage
Within your project's tslint.json
file:
{
"extends": "@seancroach/tslint-config",
"rules": {
// Project-specific rule overrides and options go here.
}
}
License
This package is available as open source under the terms of the MIT License.