UNPKG
tslint-react
Version:
latest (5.0.0)
5.0.0
4.2.0
4.1.0
4.0.0
3.6.0
3.5.1
3.5.0
3.4.0
3.3.3
3.3.2
3.2.0
3.1.0
3.0.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
1.1.0
1.0.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Lint rules related to React & JSX for TSLint
github.com/palantir/tslint-react
palantir/tslint-react
tslint-react
/
tslint-react.json
11 lines
•
243 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"rulesDirectory"
:
"./rules"
,
"rules"
:
{
"jsx-boolean-value"
:
true
,
"jsx-key"
:
true
,
"jsx-no-bind"
:
true
,
"jsx-no-lambda"
:
true
,
"jsx-no-string-ref"
:
true
,
"jsx-self-close"
:
true
}
}