JSPM

tslint-config-semistandard

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

A TSLint config for JavaScript Standard Style with semicolons

Package Exports

  • tslint-config-semistandard

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-semistandard) 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 Semi-Standard

Build Status NPM version NPM downloads js-semistandard-style

A TSLint config for JavaScript Standard Style with semicolons.

Installation

npm install tslint-config-semistandard --save-dev

Usage

In tslint.json:

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

P.S. Some TSLint rules may require the use of --type-check (and --project).

Rules