0.1.0 • Published 5 years ago

@totkeks/tslint-rules v0.1.0

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

totkeks' tslint rules

Additional TSLint rules I thought were missing, so I built them.

Installation

npm install --save-dev @totkeks/tslint-rules

Configuration

Add node_modules/@totkeks/tslint-rules to the rules_directory array in your tslint configuration file - either tslint.yaml or tslint.json.

Supported Rules

Rule NameDescriptionSince
newline-after-importsRequires a configurable number of newlines after the import block.0.1.0

License

MIT