1.3.0 • Published 6 years ago

@messageflow/tslint-config v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Version Node version MIT License

Downloads Total downloads Packagephobia Bundlephobia

Dependency Status

Code of Conduct

A TSLint config based on Airbnb JavaScript Style Guide for Messageflow

Table of contents

Setup

Install

# Install via NPM as one of the `devDependencies`
$ npm install --save-dev @messageflow/tslint-config

Usage

tslint.json

{
  "extends": [
    "@messageflow/tslint-config"
  ],
}

Optional tslint.prod.json

{
  "extends": [
    "@messageflow/tslint-config"
  ],
  "rules": {
    // No `debugger` in production mode
    "no-debugger": true
  }
}

Rules

License

MIT License © Rong Sen Ng