UNPKG
icomoon-helper
Version:
latest (0.0.2)
0.0.2
Helper for icomoon custom font render
github.com/Axinvd/icomoon-helper.git
Axinvd/icomoon-helper
icomoon-helper
/
.prettierrc.js
9 lines
(8 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports
=
{
bracketSpacing:
false
,
jsxBracketSameLine:
true
,
singleQuote:
true
,
trailingComma:
'all'
,
semi:
false
,
endOfLine:
"auto"
, }