chore: rename .yaml to .yml (#895)

* chore: rename .yml to .yaml

* chore: remove .yml from prettierrc
This commit is contained in:
Joe Previte
2022-04-06 14:32:59 -07:00
committed by GitHub
parent fe23dcd3fc
commit eefca43064
6 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
"trailingComma": "all",
"overrides": [
{
"files": ["./README.md", "**/*.yaml", "**/*.yml"],
"files": ["./README.md", "**/*.yaml"],
"options": {
"printWidth": 80,
"proseWrap": "always"
}
}
]
}
}