0.1.0 • Published 6 years ago

@callstack/tslint-config v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

@callstack/tslint-config

Version

PRs Welcome MIT License Chat Code of Conduct

Callstack TSLint config with Prettier and reasonable defaults based on tslint-microsoft-contrib and tslint-react.

Installation

yarn add -D tslint typescript @callstack/tslint-config

Usage

Add to your TSLint config (tslint.json or tslint.yaml):

{
    "extends": "@callstack/tslint-config"
}