Skip to content

Commit cf6afb6

Browse files
committed
chore: remove .yml from prettierrc
1 parent 9ec6679 commit cf6afb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/.prettierrc

Lines changed: 2 additions & 2 deletions
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)