1.0.1 • Published 6 years ago

tslint-config-espree v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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