From 681d4c66dc4f8260f7c66dc57e5e7b07657baad0 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 6 Sep 2023 14:20:13 +0000 Subject: [PATCH] chore: avoid formatting changelogs --- .prettierrc.yaml | 1 + site/.prettierrc.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.prettierrc.yaml b/.prettierrc.yaml index 7fe31e7338ad4..e6cef25681156 100644 --- a/.prettierrc.yaml +++ b/.prettierrc.yaml @@ -12,6 +12,7 @@ overrides: - README.md - docs/api/**/*.md - docs/cli/**/*.md + - docs/changelogs/*.md - .github/**/*.{yaml,yml,toml} - scripts/**/*.{yaml,yml,toml} options: diff --git a/site/.prettierrc.yaml b/site/.prettierrc.yaml index 6188061f976fa..6e914f9331887 100644 --- a/site/.prettierrc.yaml +++ b/site/.prettierrc.yaml @@ -14,6 +14,7 @@ overrides: - ../README.md - ../docs/api/**/*.md - ../docs/cli/**/*.md + - ../docs/changelogs/*.md - ../.github/**/*.{yaml,yml,toml} - ../scripts/**/*.{yaml,yml,toml} options: