From c61c841dbe1f2b08db74f8e3deae56ba18986fbf Mon Sep 17 00:00:00 2001 From: Vojtech Simetka Date: Fri, 21 Jul 2023 00:48:15 +0200 Subject: [PATCH] chore: disable prettier for CHANGELOG.md (#4) --- .eslintignore | 1 + .prettierignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 6512914..4904791 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,6 +5,7 @@ node_modules .env.* !.env.example dist +CHANGELOG.md # Ignore files for PNPM, NPM and YARN pnpm-lock.yaml diff --git a/.prettierignore b/.prettierignore index afb665c..edba342 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,6 +5,7 @@ node_modules .env.* !.env.example dist +CHANGELOG.md # Ignore files for PNPM, NPM and YARN pnpm-lock.yaml