tslint-config-haiku
v1.0.21
Published
A TSLint config for Haiku based on the Airbnb TypeScript Style Guide.
Downloads
177
Keywords
Readme
TSLint Config Haiku
A TSLint config based on the Airbnb TypeScript Style Guide
Installation
yarn add tslint-config-haiku --dev
Usage
In tslint.json
:
{
"extends": "tslint-config-haiku"
}