mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
🔧 Enable prettier for YML files
This commit is contained in:
parent
9a86e80274
commit
a2aa5b5d7a
@ -1,4 +1,5 @@
|
||||
{
|
||||
"*.json": ["prettier --write *.json"],
|
||||
"*.md": ["prettier --write *.md"]
|
||||
"*.md": ["prettier --write *.md"],
|
||||
"*.yml": ["prettier --write *.yml"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user