Skip to content

Commit 6c7e113

Browse files
committed
format fix and pullin in .prettierrc.json
1 parent 11281dd commit 6c7e113

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.prettierrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"useTabs": true,
3+
"printWidth": 120,
4+
"singleQuote": true,
5+
"trailingComma": "es5",
6+
"quoteProps": "consistent"
7+
}

release-notes/v4-tucker/4.6.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ title: 4.6.8
1010
- Throttling of non-safe HTTP requests and cache resolutions
1111
- Fix for skipping application of field select() after a custom get method
1212
- Fix for applying the correct permissions when deploying from Windows
13-
- Disable fail-over handling by default for replication
13+
- Disable fail-over handling by default for replication

0 commit comments

Comments
 (0)