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