tslint

WebJar for tslint

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

tslint
Last Version

Last Version

6.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

tslint
WebJar for tslint
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/palantir/tslint

Download tslint

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/tslint/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>tslint</artifactId>
    <version>6.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/tslint/
implementation 'org.webjars.npm:tslint:6.1.3'
// https://jarcasting.com/artifacts/org.webjars.npm/tslint/
implementation ("org.webjars.npm:tslint:6.1.3")
'org.webjars.npm:tslint:jar:6.1.3'
<dependency org="org.webjars.npm" name="tslint" rev="6.1.3">
  <artifact name="tslint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='tslint', version='6.1.3')
)
libraryDependencies += "org.webjars.npm" % "tslint" % "6.1.3"
[org.webjars.npm/tslint "6.1.3"]

Dependencies

compile (13)

Group / Artifact Type Version
org.webjars.npm : minimatch jar [3.0.4,4)
org.webjars.npm : babel__code-frame jar [7.0.0,8)
org.webjars.npm : chalk jar [2.3.0,3)
org.webjars.npm : mkdirp jar [0.5.3,0.6)
org.webjars.npm : resolve jar [1.3.2,2)
org.webjars.npm : tsutils jar [2.29.0,3)
org.webjars.npm : builtin-modules jar [1.1.1,2)
org.webjars.npm : diff jar [4.0.1,5)
org.webjars.npm : glob jar [7.1.1,8)
org.webjars.npm : semver jar [5.3.0,6)
org.webjars.npm : js-yaml jar [3.13.1,4)
org.webjars.npm : commander jar [2.12.1,3)
org.webjars.npm : tslib jar [1.13.0,2)

Project Modules

There are no modules declared in this project.

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
org.webjars.npm

Palantir Technologies

Versions

Version
6.1.3
6.0.0
5.8.0
5.7.0
5.5.0
5.1.0
4.5.1
4.4.2
4.0.2
4.0.1
3.15.1
3.13.0-dev.0
3.13.0
3.10.0
3.8.1
3.8.0
3.6.0
3.3.0
3.2.1