0.2.0 • Published 5 years ago

@phts/tslint-config v0.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

@phts/tslint-config

npm Greenkeeper badge

My config for TSLint. It is based on my ESLint config with additional TypeScript-specific rules.

Import of ESLint config into TSLint is provided by tslint-eslint-rules and tslint-import-eslint-config.

Install

$ npm i -D @phts/tslint-config

Usage

tslint.json:

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