From 6c7e1131c00cda93349703585507490b67121b1c Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Thu, 4 Sep 2025 06:11:47 -0700 Subject: [PATCH] format fix and pullin in .prettierrc.json --- .prettierrc.json | 7 +++++++ release-notes/v4-tucker/4.6.8.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .prettierrc.json diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 00000000..fc14d347 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,7 @@ +{ + "useTabs": true, + "printWidth": 120, + "singleQuote": true, + "trailingComma": "es5", + "quoteProps": "consistent" +} diff --git a/release-notes/v4-tucker/4.6.8.md b/release-notes/v4-tucker/4.6.8.md index ad08069a..0ac98c94 100644 --- a/release-notes/v4-tucker/4.6.8.md +++ b/release-notes/v4-tucker/4.6.8.md @@ -10,4 +10,4 @@ title: 4.6.8 - Throttling of non-safe HTTP requests and cache resolutions - Fix for skipping application of field select() after a custom get method - Fix for applying the correct permissions when deploying from Windows -- Disable fail-over handling by default for replication +- Disable fail-over handling by default for replication