6.0.0 • Published 4 years ago

tslint-config-nbs v6.0.0

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

TSLint Config NBS

A TSLint config for Airbnb JavaScript Style Guide

Based on https://github.com/progre/tslint-config-airbnb

Installation

npm install tslint-config-nbs --save

Usage

In tslint.json:

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

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