5 lines
85 B
JSON
5 lines
85 B
JSON
{
|
|
"*.{ts,tsx}": ["eslint --fix"],
|
|
"*.{md,json,yaml,yml}": ["prettier --write"]
|
|
}
|