6.0.3 • Published 5 years ago

@effinggames/ts-lint-configs v6.0.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

ts-lint-configs

Standardized configs for tslint and prettier.

Fork of tslint-config-airbnb to make it a bit stricter and upgrade tslint-microsoft-contrib.

Installation

npm install @effinggames/ts-lint-configs --save-dev

Usage

In tslint.json:

{
  "extends": "@effinggames/ts-lint-configs"
}

In .prettierrc.js:

module.exports = require('@effinggames/ts-lint-configs/prettier');

Rules

License

Apache 2.0