UNPKG
@relax.dev/router
Version:
latest (0.3.16)
0.3.16
0.3.15
0.3.13
0.3.12
0.3.11
0.3.10
0.3.8
0.3.7
0.3.5
0.3.4
Router for VKUI
gitlab.com/relax.dev/hs-router-2.0
@relax.dev/router
/
.prettierrc
15 lines
(14 loc)
•
287 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"printWidth"
:
120
,
"singleQuote"
:
true
,
"arrowParens"
:
"always"
,
"bracketSpacing"
:
true
,
"endOfLine"
:
"lf"
,
"jsxBracketSameLine"
:
false
,
"jsxSingleQuote"
:
false
,
"quoteProps"
:
"as-needed"
,
"semi"
:
true
,
"tabWidth"
:
2
,
"trailingComma"
:
"es5"
,
"useTabs"
:
false
}