UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
.prettierrc
11 lines
(10 loc)
•
184 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"printWidth"
:
150
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"semi"
:
true
,
"singleQuote"
:
false
,
"trailingComma"
:
"es5"
,
"bracketSpacing"
:
true
,
"jsxBracketSameLine"
:
false
}