JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 56718
  • Score
    100M100P100Q28066F
  • License Apache-2.0

A TSLint config for JavaScript Standard Style

Package Exports

  • tslint-config-standard

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 (tslint-config-standard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

TSLint Config Standard

NPM version NPM downloads Build status

A TSLint config for JavaScript Standard Style

Installation

npm install tslint-config-standard --save

Usage

In tslint.json:

{
  "extends": "tslint-config-standard"
}

Rules

Help

Many TSLint ESLint Rules are incomplete. The required missing rules are currently commented out in tslint.js. If you get a chance, consider contributing some improvements to the rules.

License

Apache 2.0