@icelandair/tslint-config
v1.0.4
Published
Icelandair's TS TSX TSLint config
Downloads
17
Readme
@icelandair/tslint-config
!This package is deprecated and will no longer be updated!
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"
}