Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.01 KB

ISSUE_TEMPLATE.md

File metadata and controls

38 lines (24 loc) · 1.01 KB
name about
Bug report
Report a bug in TSLint

Bug Report

⚠️ TSLint is deprecated. Please use ESLint with typescript-eslint instead.

Bug reports which deal with security vulnerabilities, TypeScript compatibility, or ESLint migration workflows may be considered; other requests are likely to be declined. See the roadmap for more details.

  • TSLint version:
  • TypeScript version:
  • Running TSLint via: (pick one) CLI / Node.js API / VSCode / grunt-tslint / Atom / Visual Studio / etc

Reproduction using TSLint Playground

TypeScript code being linted

// code snippet

with tslint.json configuration:

Actual behavior

Expected behavior