1.0.0 • Published 4 years ago

@piratuks/lint-code-style v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Code Style

Linter rules according to my preferred coding style.

Installation

$ npm install --save-dev @piratuks/lint-code-style

Usage

tslint

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

"extends": "@piratuks/lint-code-style/tslint"

tslint + Angular

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

"extends": "@piratuks/lint-code-style/tslint-angular"