Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Enable more TSLint rules from core #491

@JoshuaKGoldberg

Description

@JoshuaKGoldberg

Keeping a pending list on this issue of rules that would be nice to enable internally for tslint-microsoft-contrib. For each rule, it'd be great to see a single PR that enables it in tslint.json and fixes any resultant failures in source code.

  • ban-types
  • deprecation
  • jsdoc-format
  • member-access
  • no-any
  • no-boolean-literal-compare
  • no-inferrable-types
  • no-internal-module / no-namespace
  • no-non-null-assertion
  • no-unbound-method
  • no-unsafe-any
  • prefer-for-of
  • prefer-function-over-method
  • prefer-readonly
  • restrict-plus-operands
  • strict-boolean-expressions
  • strict-type-predicates

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions