2.0.2 • Published 1 year ago

@princjef/tslint-config v2.0.2

Weekly downloads
98
License
MIT
Repository
github
Last release
1 year ago

tslint-config

Build Status npm version

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