1.0.0 • Published 3 years ago

tslint-config-dougkulak v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

tslint-config-dougkulak

Build Status npm (tag) dependencyStatus Test Coverage Maintainability

TSLint rules dougkulak prefers. Based on tslint-config-standard and tslint-react.

:warning: TSLint will be deprecated some time in 2019. See this issue for more details: Roadmap: TSLint ESLint.
Use eslint-config-dougkulak instead.

Install

npm add tslint-config-dougkulak -D
yarn add tslint-config-dougkulak -D

Usage

Refer to tslint-config-dougkulak in your tslint.json:

{
  "extends": "tslint-config-dougkulak"
}

Run linting your TS code:

tslint -p tsconfig.json -c tslint.json --fix

Contribution

If you find this config not strong enough you may add additional rules, write some tests, and trigger assets generation.

yarn test:gen