tslint

An extensible static analysis linter for the TypeScript language

tslint downloads tslint version tslint license

tslint유사 패키지:
npm 다운로드 트렌드
3 년
🌟 tslint의 README.md에 실시간 사용 차트를 표시하려면 아래 코드를 복사하세요.
## Usage Trend
[![Usage Trend of tslint](https://npm-compare.com/img/npm-trend/THREE_YEARS/tslint.png)](https://npm-compare.com/tslint#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 tslint의 README.md에 GitHub Stars 트렌드 차트를 표시하려면 아래 코드를 복사하세요.
## GitHub Stars Trend
[![GitHub Stars Trend of tslint](https://npm-compare.com/img/github-trend/tslint.png)](https://npm-compare.com/tslint)
통계 세부사항
패키지
다운로드
Stars
크기
Issues
발행일
라이선스
tslint1,812,1255,904-15年前Apache-2.0
tslint의 README

NPM version Downloads Dependency Status devDependency Status peerDependency Status Circle CI

TSLint

:warning: 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 git@github.com:palantir/tslint.git --config core.autocrlf=input --config core.eol=lf
yarn
yarn compile
yarn test