@messageflow/tslint-config

Yet another opinionated TSLint config

Usage no npm install needed!

<script type="module">
  import messageflowTslintConfig from 'https://cdn.skypack.dev/@messageflow/tslint-config';
</script>

README

@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