Skip to content
forked from palantir/tslint

🚦 An extensible linter for the TypeScript language

License

Notifications You must be signed in to change notification settings

gocarlos/tslint

This branch is 1 commit behind palantir/tslint:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10fc233 · Jul 31, 2020
Mar 5, 2020
Apr 18, 2020
Jun 18, 2019
Jun 26, 2018
May 26, 2020
May 30, 2019
Jul 31, 2020
Mar 10, 2020
Feb 2, 2019
Oct 31, 2017
Feb 2, 2019
Nov 15, 2017
May 16, 2019
Apr 7, 2019
Jul 31, 2020
Nov 10, 2016
Jan 6, 2020
Jul 31, 2020
May 30, 2019
Jun 16, 2019
Jul 30, 2020

Repository files navigation

NPM version Downloads Dependency Status devDependency Status peerDependency Status Circle CI

TSLint

⚠️ TSLint is deprecated.

See this issue for more details: Roadmap: TSLint → ESLint. If you're interested in helping with the TSLint/ESLint migration, please check out our OSS Fellowship program.

TSLint is an extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. It is widely supported across modern editors & build systems and can be customized with your own lint rules, configurations, and formatters.

TSLint currently supports:

Installation & Usage

Please refer to the full installation & usage documentation on the TSLint website. There, you'll find information about

TSLint Playground

There is a sandbox environment for TSLint at palantir.github.io/tslint-playground, which can be used to test rules and see how TSLint works. Issues can be filed against tslint-playground here.

Custom Rules & Plugins

Custom rule sets from Palantir

Custom rule sets from the community

If we don't have all the rules you're looking for, you can either write your own custom rules or use rules implementations developed by the community. The repos below are a good source of custom rules:

Development

Prerequisites:

  • node v7+
  • yarn v1.0+

Quick Start

git clone [email protected]:palantir/tslint.git --config core.autocrlf=input --config core.eol=lf
yarn
yarn compile
yarn test

About

🚦 An extensible linter for the TypeScript language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%