UNPKG
cra-template-base-ts-fsd
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
cra-template-base-ts-fsd
/
template
/
.pretterrc
14 lines
•
290 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"printWidth"
:
80
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"semi"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
,
"bracketSpacing"
:
true
,
"jsxSingleQuote"
:
false
,
"arrowParens"
:
"always"
,
"proseWrap"
:
"never"
,
"htmlWhitespaceSensitivity"
:
"strict"
,
"endOfLine"
:
"lf"
}