🔧 Enable prettier for YML files

This commit is contained in:
Carlos Cuesta 2023-01-15 10:45:55 +01:00
parent 9a86e80274
commit a2aa5b5d7a
No known key found for this signature in database

View File

@ -1,4 +1,5 @@
{
"*.json": ["prettier --write *.json"],
"*.md": ["prettier --write *.md"]
"*.md": ["prettier --write *.md"],
"*.yml": ["prettier --write *.yml"]
}