Skip to content
/ tslint Public
forked from palantir/tslint

🚦 An extensible linter for the TypeScript language

License

Notifications You must be signed in to change notification settings

postama/tslint

This branch is 1 commit ahead of, 116 commits behind palantir/tslint:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 11, 2018
Mar 25, 2019
Feb 2, 2019
Jun 26, 2018
Apr 12, 2019
Dec 12, 2018
Apr 12, 2019
Apr 4, 2019
Feb 2, 2019
Oct 31, 2017
Feb 2, 2019
Nov 15, 2017
Apr 5, 2017
Apr 7, 2019
Apr 1, 2019
Nov 10, 2016
Apr 6, 2019
Nov 5, 2018
Apr 3, 2019
Feb 2, 2019
Apr 7, 2019
Mar 22, 2019

Repository files navigation

NPM version Downloads Dependency Status devDependency Status peerDependency Status Circle CI

TSLint

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 will be deprecated some time in 2019. See this issue for more details: Roadmap: TSLint → ESLint.

TSLint currently supports:

Installation & Usage

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

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 git@github.com: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.6%
  • Other 0.4%