2.0.0 • Published 5 years ago

tslint-config-sst v2.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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.

2.0.0

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago