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
/
.lintstagedrc
8 lines
(7 loc)
•
171 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"*.{ts,tsx,js,jsx,mjs}"
:
[
"prettier --write"
,
"git add"
]
,
"{*.json,.huskyrc,.prettierrc,.lintstagedrc}"
:
[
"prettier --write --parser json"
,
"git add"
]
}