tslint-config-sst

A tslint config for SkySquirrel Technologies.

Usage no npm install needed!

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

README

tslint-config-sst

A tslint config for SkySquirrel Technologies.

Installation

npm install --save-dev tslint-config-sst

Then add to your tslint.json:

{
  "extends": ["tslint-config-sst"]
}

Prettier

It is strongly suggested you use Prettier. Install tslint-config-prettier with npm and add it to your tslint.json.

This package also ships a standard config. Simply use this for your prettier.config.js:

module.exports = require('tslint-config-sst/prettier.config')

Rules

Based off tslint:recommended and tslint-config-airbnb.