mterczynski-tslint

My own TSLint config that I use for my personal projects.

Deprecation note

I am not maintaining this anymore because of TSLint deprecation.

Installation + configuration

# Install mterczynski-tslint as dev dependency using Npm:
npm i -D mterczynski-tslint
# or Yarn:
yarn add -D mterczynski-tslint

Update "extends" field in your tslint.json:

{
    "extends": [
        "mterczynski-tslint"
    ]
}