1.0.5 • Published 5 years ago
@manuth/tslint-presets v1.0.5
THIS PACKAGE IS DEPRECATED
As it is recommended to move from tslint to eslint, this package is now deprecated.
You might want to move on to using eslint and install use the presets of the @manuth/eslint-plugin-typescript package.
TSLintPresets
A set of personal linting-rulesets for TypeScript
Usage
The provided linting-presets can be used by setting the extends-option of the tslint.json-file:
tslint.json:
{
"extends": "@manuth/tslint-presets/recommended"
}By setting this option your tslint.json-file will inherit the recommended-file located in the @manuth/tsconfig-module.
Presets
Following presets are available in this module:
@manuth/tslint-presets:
The short form of@manuth/tslint-presets/recommended@manuth/tslint-presets/recommended: manuth's recommended settings@manuth/tslint-presets/weak:
manuth's weak settings