JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 134
  • Score
    100M100P100Q96788F
  • License MIT

Extra TSLint rules

Package Exports

  • @dscheerens/tslint-rules

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dscheerens/tslint-rules) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status NPM Version

Extra TSLint rules

This package provides a set of additional TSLint rules.

Usage

First install this package as a devDependency:

npm install --save-dev @dscheerens/tslint-rules

Afterwards update your tslint.json file to enable the rules from this package:

{
    "rulesDirectory": [
        "@dscheerens/tslint-rules"
    ],
    "rules": {

    }
}

Rules

Documentation for the rules can be found in docs/rules.md