@princjef/tslint-config
v2.0.2
Published
TSLint configuration for Typescript packages.
Downloads
173
Readme
tslint-config
Opinionated TSLint configuration built on top of the Airbnb style guide and designed to be used alongside Prettier for code formatting.
Usage
You can install this package in your project by running:
npm install --save-dev @princjef/tslint-config
To use, add the following to your tslint.json
:
{
"extends": "@princjef/tslint-config"
}