@reallyland/tslint-config

TSLint config for The Really Project

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@reallyland/tslint-config
001.1.15 years ago5 years agoMinified + gzip package size for @reallyland/tslint-config in KB

Readme

@reallyland/tslint-config

TSLint config for The Really Project




!Versionversion-badgeversion-url !Node versionnode-version-badgenode-version-url !MIT Licensemit-license-badgemit-license-url
!Downloadsdownloads-badgedownloads-url !Total downloadstotal-downloads-badgedownloads-url !Packagephobiapackagephobia-badgepackagephobia-url !Bundlephobiabundlephobia-badgebundlephobia-url
!Dependency Statusdaviddm-badgedaviddm-url
!Code of Conductcoc-badgecoc-url
TSLint configtslint-config-url based on Airbnb JavaScript Style Guideairbnb-javascript-style-guide-url for The Really Project.

Table of contents

- tslint.json - Optional tslint.prod.json

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