tslint-config-mrmlnc
v2.1.0
Published
Just my personal configuration for easy distribution between my packages
Downloads
110
Readme
: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-mrmlncUsage
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.
