@reallyland/tslint-config

1.1.1 • Public • Published

@reallyland/tslint-config

TSLint config for The Really Project


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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @reallyland/tslint-config

    Weekly Downloads

    77

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    7.12 kB

    Total Files

    4

    Last publish

    Collaborators

    • motss