1.0.1 • Published 6 years ago

@entirety/tslint-config-entirety v1.0.1

Weekly downloads
-
License
MIT OR Apache-2.0
Repository
github
Last release
6 years ago

tslint-config-entirety npm downloads

A TSLint Config

Install

Using NPM:

npm install --save-dev @entirety/tslint-config-entirety

Using Yarn:

yarn add --dev @entirety/tslint-config-entirety

Usage

Configs are designed to work with the extends feature of tslint.json files. You can learn more about Configs on the official TSLint website.

To use the Entirety config, first run this:

Using NPM:

npm install --save-dev tslint @entirety/tslint-config-entirety

Using Yarn:

yarn add --dev tslint @entirety/tslint-config-entirety

Then, add this to your tslint.json file:

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

You can override settings from the config by adding them directly into your tslint.json file.

1.0.1

6 years ago

1.0.0

6 years ago