5.8.0 • Published 6 years ago

@postmates/tslint-config v5.8.0

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
6 years ago

TSLint Config Airbnb

NPM version Downloads

A TSLint config for Airbnb JavaScript Style Guide

Installation

npm install tslint-config-airbnb --save

Usage

In tslint.json:

{
  "extends": "tslint-config-airbnb"
}

Rules

Versioning

+----- Major version is synchronize with tslint's major version.
| +--- Minor version has BREAKING CHANGE and feat.
| | +- Patch version has patch.
| | |
x.x.x

License

Apache 2.0