Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 614 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 614 Bytes

DEPRECATED

This project is no longer supported. Use pslint instead.

tslint-rules

Custom rules for TSLint.

Install

Clone repository from GitHub.

Install dependencies and build:

$ npm i
$ npm run build

The build output is in the dist directory. Follow the directions from the TSLint page to use the custom rules in your project.

The notice at the top of the TypeScript files to not edit them is for the built JavaScript, not the source files themselves.