UNPKG
monoreact
Version:
latest (0.35.0)
0.35.0
0.34.0
0.33.2
0.33.1
0.33.0
0.32.5
0.32.4
0.32.3
0.32.2
0.32.1
0.32.0
0.31.0
0.30.2
0.30.1
0.30.0
0.29.0
0.28.1
0.28.0
0.27.2
0.27.1
0.27.0
0.26.0
0.25.1
0.25.0
0.24.0
0.23.5
0.23.4
0.23.3
0.23.2
0.23.1
0.23.0
0.22.1
React workspaces implementation
github.com/tarsinzer/monoreact
tarsinzer/monoreact
monoreact
/
templates
/
migration
/
detach
/
.prettierrc.json
12 lines
(11 loc)
•
205 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"printWidth"
:
80
,
"tabWidth"
:
2
,
"bracketSpacing"
:
true
,
"semi"
:
true
,
"singleQuote"
:
true
,
"jsxSingleQuote"
:
true
,
"endOfLine"
:
"lf"
,
"trailingComma"
:
"none"
,
"arrowParens"
:
"avoid"
}