tslint-haezl-react

1.2.0 • Public • Published

Overview

  • set of opinionated tslint rules
  • tries to make a fair trade-off between productivity, error avoidance and coding style
  • targets side or hobby projects

Setup

Install

yarn add --dev tslint-haezl-react

Update tsconfig.json:

{
    "extends": [
        "tslint-haezl-react"
    ],
    "rules": [
        // add/overwrite rules
    ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i tslint-haezl-react

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

2.4 kB

Total Files

3

Last publish

Collaborators

  • hoeselm