Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🚦 An extensible linter for the TypeScript language

License

NotificationsYou must be signed in to change notification settings

Genetalks/tslint

 
 

Repository files navigation

NPM versionDownloadsCircle CI

TSLint

TSLint is an extensible static analysis tool that checksTypeScript 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

Please refer to the full installation & usage documentation on theTSLint 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 owncustom 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=lfyarnyarn compileyarntest

Creating a new release

  1. Bump the version number inpackage.json andsrc/linter.ts
  2. Add release notes inCHANGELOG.md
    • Use./scripts/generate-changelog.js (after building it withtsc -p scripts) to generate the changelog diff. This script expects aGithub.com personal access token to exist at~/github_token.txt with "repo" permissions.
  3. Commit with messagePrepare release <version>
  4. Push your branch to GitHub and make a PR
  5. Once your PR is merged, wait for the tests to pass on CircleCI for develop
  6. Create a "Release" on GitHub with the proper tag version and notes from the changelog.
    • The tag should be identical to the version inpackage.json
  7. Runyarn run publish:local

About

🚦 An extensible linter for the TypeScript language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript99.6%
  • Other0.4%

[8]ページ先頭

©2009-2025 Movatter.jp