5 lines
73 B
JSON
5 lines
73 B
JSON
{
|
|
"*": ["yarn prettier -u --write"],
|
|
"*.ts": ["yarn eslint --fix"]
|
|
}
|