TSLint rules to enforce best practices with blueprintjs libraries
TSLint is deprecated, please use @blueprintjs/eslint-plugin
instead of this package.
Sample configuration where tslint.json
lives adjacent to your node_modules
folder:
{
"extends": ["tslint:latest", "tslint-blueprint"]
}
Coming soon!
We track rule suggestions on Github issues -- here's a useful link to view all the current suggestions. Tickets are roughly triaged by priority (P1, P2, P3).
We're happy to accept PRs for new rules, especially those marked as Status: Accepting PRs. If submitting a PR, try to follow the same style conventions as the core TSLint project.
Quick Start (requires Node v6+, yarn v0.18):
yarn
yarn compile
yarn lint
./scripts/verify.sh
See the Github release history.