Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@manuth/tslint-presets

manuth120MIT1.0.5TypeScript support: included

A set of personal linting-rulesets for TypeScript

tslint, Linting, TypeScript, Presets

readme

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

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

TSLintPresets v1.0.5

Updated

  • The development environment

Added

  • Dependabot-settings

Show differences

TSLintPresets v1.0.4

  • Add rules for VSCodes Thenable-interface

Show differences

TSLintPresets v1.0.3

  • Update all dependencies

Show differences

TSLintPresets v1.0.2

  • Rework the completed-docs-rule

Show differences

TSLintPresets v1.0.1

  • Improve the stability of the code

Show differences

TSLintPresets v1.0.0

  • Initial release

Show differences