UNPKG
offices-viewer
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
## Current Renderable File Types
offices-viewer
/
.prettierrc
9 lines
(8 loc)
•
256 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"printWidth"
:
80
,
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"proseWrap"
:
"never"
,
"overrides"
:
[
{
"files"
:
".prettierrc"
,
"options"
:
{
"parser"
:
"json"
}
}
]
,
"plugins"
:
[
"prettier-plugin-organize-imports"
,
"prettier-plugin-packagejson"
]
}