Skip to content

mdouglass/tslint

 
 

Repository files navigation

NPM version Downloads Circle CI Join the chat at https://gitter.im/palantir/tslint

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 supports:

Installation & Usage

Refer to the full installation & usage documentation on the TSLint website.

There, you'll find information about

Custom Rules

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 custom rules that others have developed. The repos below are a good source of custom rules:

Development

Requirements:

  • node v7
  • yarn v0.18

Quick Start

git clone git@github.com:palantir/tslint.git --config core.autocrlf=input --config core.eol=lf
yarn install
yarn compile
yarn test

Creating a new release

  1. Bump the version number in package.json and src/tslintMulti.ts
  2. Add release notes in CHANGELOG.md
  3. yarn verify to build the latest sources
  4. Commit with message Prepare release <version>
  5. Run npm publish
  6. Create a git tag for the new release and push it (see existing tags here)

About

🚦 An extensible linter for the TypeScript language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%