UNPKG
@yomguithereal/prettier-config
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
My personal Prettier config.
github.com/yomguithereal/prettier-config
yomguithereal/prettier-config
@yomguithereal/prettier-config
/
index.js
8 lines
(7 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports
=
{
arrowParens:
'avoid'
,
bracketSpacing:
false
,
bracketSameLine:
true
,
singleQuote:
true
,
trailingComma:
'none'
}
;