1.0.3 • Published 5 years ago

tslint-sf-react v1.0.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

tslint-sf-react


Lint rules related to React & JSX for TSLint.

Usage

tslint-sf-react has peer dependencies on TSLint and TypeScript.

npm install --save-dev tslint-sf-react typescript@3.x tslint@5.x

To use these lint rules with the default preset, use configuration inheritance via the extends keyword. Here's a sample configuration where tslint.json lives adjacent to your node_modules folder:

{
  "extends": [ "tslint-sf-react"],
  "rules": {
    // override tslint-sf-react rules here
    "jsx-wrap-multiline": false
  }
}

Rules

detail rules

Version

v1.0.1 Add hooks rules;

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago