UNPKG
@ouroboros/react-hooks
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Common hooks used with React
github.com/ouroboroscoding/react-hooks
ouroboroscoding/react-hooks
@ouroboros/react-hooks
/
tslint.json
10 lines
•
136 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
[
"tslint:recommended"
,
"tslint-config-prettier"
]
,
"rules"
:
{
"comment-format"
:
false
,
"no-console"
:
false
}
}