Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

mterczynski/mterczynski-tslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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"
    ]
}

About

My own TSLint config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published