5 lines
96 B
JSON
5 lines
96 B
JSON
{
|
|
"*.js": ["eslint --fix", "prettier --write"],
|
|
"*.{css,json,md,yml}": "prettier --write"
|
|
}
|