From 141963cc5f6b6345f9f05b0abff23b5c2c757af6 Mon Sep 17 00:00:00 2001 From: Fractal-Tess Date: Wed, 21 Sep 2022 04:48:47 +0300 Subject: [PATCH] prevent linting markdown files --- .eslintignore | 3 +++ .prettierignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.eslintignore b/.eslintignore index 2924927..874522c 100644 --- a/.eslintignore +++ b/.eslintignore @@ -15,6 +15,9 @@ # Prettier .prettierignore +# Markdown files +*.md + # Pnpm pnpm-lock.yaml diff --git a/.prettierignore b/.prettierignore index 2924927..874522c 100644 --- a/.prettierignore +++ b/.prettierignore @@ -15,6 +15,9 @@ # Prettier .prettierignore +# Markdown files +*.md + # Pnpm pnpm-lock.yaml