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 version | tslint-config-hybridheroes version |
---|---|
>= 5.3 | unsupported |
== 5.2 | 1.x (supporting TypeScript 2.1.x) |
Usage
In tslint.json
:
{
"extends": "@hybridheroes/tslint-config"
}
Rules
Roadmap
- Include Codelyzer
- Support TypeScript 2.3+
- Find a way to limit the number of statements per function as seen in ESLint
License
MIT