5.11.3 • Published 5 years ago

@braces/tslint-config-airbnb v5.11.3

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

TSLint Config Airbnb

NPM version Downloads

A TSLint config for Airbnb JavaScript Style Guide

Installation

npm install tslint-config-airbnb --save-dev

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