Skip to content

Commit eefca43

Browse files
authored
chore: rename .yaml to .yml (#895)
* chore: rename .yml to .yaml * chore: remove .yml from prettierrc
1 parent fe23dcd commit eefca43

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

site/.prettierrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"trailingComma": "all",
55
"overrides": [
66
{
7-
"files": ["./README.md", "**/*.yaml", "**/*.yml"],
7+
"files": ["./README.md", "**/*.yaml"],
88
"options": {
99
"printWidth": 80,
1010
"proseWrap": "always"
1111
}
1212
}
1313
]
14-
}
14+
}

0 commit comments

Comments
 (0)