Contributing
To develop TSLint simply clone the repository, install dependencies and run grunt:
bash
git clone git@github.com:palantir/tslint.git
npm install
grunt
next
branch
The next
branch of the TSLint repo tracks the latest TypeScript
compiler as a devDependency
. This allows you to develop the linter and its rules against the latest features of the
language. Releases from this branch are published to npm with the next
dist-tag, so you can get the latest dev
version of TSLint via npm install tslint@next
.