UNPKG
eerawlog
Version:
latest (1.5.5)
1.5.5
1.5.4
1.5.3
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
EmailEngine raw log viewer
github.com/postalsys/eerawlog
postalsys/eerawlog
eerawlog
/
.prettierrc.js
9 lines
(8 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports
=
{
printWidth:
160
,
tabWidth:
4
,
singleQuote:
true
,
endOfLine:
'lf'
,
trailingComma:
'none'
,
arrowParens:
'avoid'
}
;