Skip to content

isman-usoh/tslint-config-espree

Repository files navigation

TSLint Config for Espree.IO

NPM version License CircleCI

A TSLint config for Espree.IO

Installation

yarn add tslint-config-espress -D

Usage

In tslint.json:

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

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