1.1.0 • Published 6 years ago

@hybridheroes/tslint-config v1.1.0

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

TSLint Config Hybrid Heroes

The TSLint config in use by Hybrid Heroes

This config's goal is to detect errors and to increase maintainability. For code style, use prettier.

Installation

npm install hybridheroes/tslint-config-hybridheroes --save

Compatibility

TSLint versiontslint-config-hybridheroes version
>= 5.3unsupported
== 5.21.x (supporting TypeScript 2.1.x)

Usage

In tslint.json:

{
  "extends": "@hybridheroes/tslint-config"
}

Rules

Roadmap

  1. Include Codelyzer
  2. Support TypeScript 2.3+
  3. Find a way to limit the number of statements per function as seen in ESLint

License

MIT