2.1.0 • Published 5 years ago

tslint-config-mrmlnc v2.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

:panda_face: tslint-config-mrmlnc

Introduction

This is the TSLint configuration file used in @mrmlnc projects. Based on tslint-config-xo. Adds additional rules from:

Installation

npm install --save-dev tslint-config-mrmlnc

Usage

Just extend tslint-config-mrmlnc in your tslint.json file, like so:

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

Don't forget to override any rules if required.