2.0.0 • Published 7 years ago

@edcarroll/code-style v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Code Style

Linter rules according to my preferred coding style.

Installation

$ npm install --save-dev @edcarroll/code-style

Usage

tslint

In your tslint.json config file, add the following:

"extends": "@edcarroll/code-style/tslint"

tslint + Angular

tslint

In your tslint.json config file, add the following:

"extends": "@edcarroll/code-style/tslint-angular"