0.0.2 • Published 5 years ago

tsl-lu v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

tsl-lu

Travis (.com)

A Simple CLI Tool to provide look up for TSLint rules on the TSLint documentation.

Usage

To use the tool, call the command with the first argument being a TSLint rule to retrieve information about the rule.

  • npx tsl-lu no-var-requires To get information for the 'no-var-requires' rule.

Source

All rule information for TSLint rules is retrieved from https://palantir.github.io/tslint/rules/