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