effinggames / ts-lint-configs

Standardized configs for tslint and prettier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Standardized configs for tslint and prettier.

License:Other


Languages

Language:JavaScript 100.0%