JSPM

  • Created
  • Published
  • Downloads 23424
  • Score
    100M100P100Q147068F
  • License Apache-2.0

A TSLint config for JavaScript Standard Style

Package Exports

  • dcl-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 (dcl-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 dcl-tslint-config-standard --save-dev

Usage

In tslint.json:

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

P.S. Some TSLint rules may require the use of --project.

Rules

Help

Many TSLint ESLint Rules are incomplete and can use your help!

License

Apache 2.0