Skip to content

Commit dfa2cf6

Browse files
Merge pull request #2736 from VWS-Python/add-prettierrc
Add .prettierrc configuration
2 parents 1435b88 + 55d91d9 commit dfa2cf6

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
@@ -302,6 +302,7 @@ make-summary-multi-line = true
302302

303303
ignore = [
304304
".checkmake-config.ini",
305+
".prettierrc",
305306
".yamlfmt",
306307
"*.enc",
307308
"admin/**",

0 commit comments

Comments
 (0)