@messageflow/tslint-config

1.3.0 • Public • Published

@messageflow/tslint-config

Yet another opinionated TSLint config


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

Package Sidebar

Install

npm i @messageflow/tslint-config

Weekly Downloads

4

Version

1.3.0

License

MIT

Unpacked Size

7.24 kB

Total Files

4

Last publish

Collaborators

  • motss