We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11281dd commit 6c7e113Copy full SHA for 6c7e113
.prettierrc.json
@@ -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
@@ -10,4 +10,4 @@ title: 4.6.8
10
- Throttling of non-safe HTTP requests and cache resolutions
11
- Fix for skipping application of field select() after a custom get method
12
- Fix for applying the correct permissions when deploying from Windows
13
-- Disable fail-over handling by default for replication
+- Disable fail-over handling by default for replication
0 commit comments