UNPKG
@btrb/sharec-config
Version:
latest (0.0.1)
0.0.1
Sharec config for Bridgetown sites
github.com/bt-rb/sharec-config
bt-rb/sharec-config
@btrb/sharec-config
/
configs
/
.prettierrc
10 lines
(9 loc)
•
152 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"arrowParens"
:
"always"
,
"printWidth"
:
80
,
"semi"
:
true
,
"singleQuote"
:
true
,
"tabWidth"
:
2
,
"trailingComma"
:
"all"
,
"useTabs"
:
false
}