7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
{
|
|
"{src,test}/**/*.js": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
}
|