1.0.5 • Published 3 years ago

@manuth/tslint-presets v1.0.5

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

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
1.0.5

3 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago