8.0.1 • Published 5 years ago

tslint-config-semistandard v8.0.1

Weekly downloads
1,444
License
MIT
Repository
github
Last release
5 years ago

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 --project.

Rules