Skip to content

Commit 4db264d

Browse files
Add .prettierrc configuration (#1797)
Add Prettier configuration file with YAML single quote override from click-compose. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 910740c commit 4db264d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.prettierrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"overrides": [
3+
{
4+
"files": ["*.yaml", "*.yml"],
5+
"options": {
6+
"singleQuote": true
7+
}
8+
}
9+
]
10+
}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ make-summary-multi-line = true
263263

264264
ignore = [
265265
".checkmake-config.ini",
266+
".prettierrc",
266267
".yamlfmt",
267268
"*.enc",
268269
".pre-commit-config.yaml",

0 commit comments

Comments
 (0)