1.1.0 • Published 5 years ago

tslint-config-radiosilence v1.1.0

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

tslint-config-radiosilence

TSLint config package for my coding standards. Basically prettier with some tweaks and annoying stuff removed.

Should autofix most errors.

Installation:

yarn add -D tslint-config-radiosilence

And then in tslint.json do:

{
    extends: [
        "tslint-config-radiosilence"
    ],
    .
    .
    .
}