0.1.3 • Published 7 years ago

@icelandair/tslint-config v0.1.3

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
7 years ago

@icelandair/tslint-config

!This package is deprecated and will no longer be updated!

npm

This package provides Icelandair's TS, TSX .tslint.json as an extensible shared config.

Installation

Assuming you already have a valid package.json:

yarn add -D @icelandair/tslint-config

or
npm install --save-dev @icelandair/tslint-config

Will add the the full package as a dev dependency to your project.

Usage

Now you can use it by adding an .tslint.json file to your project root directory.

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