UNPKG
@stackoverflow/prettier-config
Version:
latest (1.0.0)
1.0.0
Stacks Prettier shared config
github.com/StackExchange/stacks-utils
StackExchange/stacks-utils
@stackoverflow/prettier-config
/
index.js
9 lines
(8 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports
=
{
tabWidth:
4
,
semi:
true
,
singleQuote:
false
,
quoteProps:
"consistent"
,
trailingComma:
"es5"
,
printWidth:
80
, }
;