@messageflow/tslint-config

Yet another opinionated TSLint config


Keywords
@messageflow/tslint-config, airbnb, javascript-style-guide, messageflow, node, style-guide, tslint, tslint-config, typescript
License
MIT
Install
npm install @messageflow/tslint-config@1.0.0

Documentation

@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