Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
/ tslint-blueprint Public archive

📘 TSLint rules to enforce best practices with blueprintjs libraries

License

Notifications You must be signed in to change notification settings

palantir/tslint-blueprint

Repository files navigation

NPM version Downloads Circle CI

tslint-blueprint

TSLint rules to enforce best practices with blueprintjs libraries

⚠️ Deprecated package ⚠️

TSLint is deprecated, please use @blueprintjs/eslint-plugin instead of this package.

Usage

Sample configuration where tslint.json lives adjacent to your node_modules folder:

{
  "extends": ["tslint:latest", "tslint-blueprint"]
}

Rules

Coming soon!

Development

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):

  1. yarn
  2. yarn compile
  3. yarn lint
  4. ./scripts/verify.sh

Changelog

See the Github release history.