UNPKG
hydux-react-router
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
ReactRouter integration for hydux-react
github.com/hydux/hydux-react-router
hydux/hydux-react-router
hydux-react-router
/
tslint.json
15 lines
(14 loc)
•
315 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"defaultSeverity"
:
"warning"
,
"extends"
:
[
"tslint-config-standard"
,
"tslint-react"
]
,
"jsRules"
:
{
}
,
"rules"
:
{
"trailing-comma"
:
true
,
"space-before-function-paren"
:
false
,
"quotemark"
:
[
true
,
"single"
,
"jsx-double"
]
}
,
"rulesDirectory"
:
[
]
}