Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@endemolshinegroup/tslint-config

TSLint config for Endemol Shine Group repositories

readme

@endemolshinegroup/tslint-config

MIT Licensed NPM Version Build Status Greenkeeper Status

Code Issues Codebase Maintainability Test Coverage Jest

Commitizen Semantic Release Prettier

TSLint config for Endemol Shine Group repositories

Installation

yarn add @endemolshinegroup/tslint-config

Usage

Add the following to your project's tslint.json:

{
  "extends": "@endemolshinegroup/tslint-config"
}

Then run:

$(yarn bin)/tslint

changelog

1.0.2 (2018-10-08)

Bug Fixes

  • extend config correctly (18e5ace)

1.0.1 (2018-10-07)

Bug Fixes

  • show usage in README (d69a1ed)
  • use export = to force CommonJS export (de34160)

1.0.0 (2018-10-07)

Bug Fixes

  • release: regenerate tokens (c6e1c50)