@icelandair/tslint-config

Icelandair's TS TSX TSLint config

Usage no npm install needed!

<script type="module">
  import icelandairTslintConfig from 'https://cdn.skypack.dev/@icelandair/tslint-config';
</script>

README

@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"
}