0.0.5 • Published 5 years ago

@kosu/tslint-config v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@kosu/tslint-config

Base tslint configuration used by Paradigm Labs for TypeScript kuso projects.

Installation

Install locally in your project (ensure you have tslint installed as well).

$ yarn add --dev @kuso/tslint-config

Usage

Add the following to your tslint.json file

{
    "extends": ["@kuso/tslint-config"]
}