Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
ThunderHubWeb
/
8d736711d9889dbe4bff11a5fb92d7b63ebe5da2
/
.
/
.prettierrc.js
blob: 3447a1afd15eb2a27a5dd7820276d99d0e147390 [
file
] [
log
] [
blame
]
module
.
exports
=
{
singleQuote
:
true
,
trailingComma
:
'all'
,
printWidth
:
100
,
proseWrap
:
'never'
,
endOfLine
:
'lf'
,
overrides
:
[
{
files
:
'.prettierrc'
,
options
:
{
parser
:
'json'
,
},
},
{
files
:
'document.ejs'
,
options
:
{
parser
:
'html'
,
},
},
],
};