mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
6 lines
120 B
JSON
6 lines
120 B
JSON
{
|
|
"*.json": ["prettier --write *.json"],
|
|
"*.md": ["prettier --write *.md"],
|
|
"*.yml": ["prettier --write *.yml"]
|
|
}
|