@manuth/tslint-presets
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i @manuth/tslint-presets

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

14.6 kB

Total Files

11

Last publish

Collaborators

  • lordgizmo