UNPKG
@stacks/prettier-config
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
Prettier config for Stacks projects
github.com/blockstack/prettier-config
@stacks/prettier-config
/
prettier.config.js
11 lines
(10 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
=
{
printWidth:
100
,
trailingComma:
'none'
,
tabWidth:
2
,
useTabs:
false
,
semi:
true
,
trailingComma:
"es5"
,
singleQuote:
true
,
arrowParens:
'avoid'
}
;