Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tslint-config-webschik

webschik265MIT1.0.0

A TSLint config for my projects

webschik, tslint, typescript

readme

tslint-config-webschik

NPM version Downloads

A TSLint config for my projects

Installation

npm install tslint-config-webschik --save

Usage

In tslint.json:

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

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

MIT