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