TSLint (deprecated): Detailed Overview & Metrics

v6.1.3(almost 4 years ago)

This package is deprecated: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information.Types definitions are bundled with the npm packageNumber of direct dependencies: 13Monthly npm downloads

TSLint is a static analysis tool for TypeScript code that helps identify and fix common errors, enforce coding standards, and improve code quality. It provides a wide range of configurable rules to catch potential issues early in the development process, such as syntax errors, code style violations, and potential bugs.

As of 2019, TSLint has been deprecated in favor of ESLint, which offers better TypeScript support and a more extensible architecture. ESLint has become the standard linter for TypeScript projects, providing a more robust and actively maintained alternative to TSLint.

Alternatives: eslint

Tags: typescriptlintingstatic-analysiscode-qualitydeprecated