1.1.1 • Published 5 years ago

@reallyland/tslint-config v1.1.1

Weekly downloads
87
License
MIT
Repository
github
Last release
5 years ago

Version Node version MIT License

Downloads Total downloads Packagephobia Bundlephobia

Dependency Status

Code of Conduct

TSLint config based on Airbnb JavaScript Style Guide for The Really Project.

Table of contents

Install

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

Usage

tslint.json

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

Optional tslint.prod.json

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

Rules

License

MIT License © Rong Sen Ng