This package has been deprecated

Author message:

This package is no longer maintained. Use https://www.npmjs.com/package/@microsoft/eslint-config-fast-dna

@microsoft/fast-tslint-rules

3.2.0 • Public • Published

FAST TSLINT rules

This project provides tslint rules for all FAST projects.

Usage

Installation

Install the package:

npm install @microsoft/fast-tslint-rules

Configure your tslint config

Add fast-tslint-rules as an extension to your tslint.json:

{
    "extends": "@microsoft/fast-tslint-rules" 
}

If your are extending multiple rulesets, you can define extends as an array of strings:

{
    "extends": [
        "@microsoft/fast-tslint-rules",
        "another-tslint-ruleset"
    ]
}

Please see configuring tslint for more details.

Readme

Keywords

Package Sidebar

Install

npm i @microsoft/fast-tslint-rules

Weekly Downloads

2

Version

3.2.0

License

MIT

Unpacked Size

15.5 kB

Total Files

5

Last publish

Collaborators

  • microsoft1es
  • fastsvc
  • chrisdholt
  • awentzel
  • janechu
  • fluentweb
  • nirice