From e0424710676746b0f9169999c7cb2c4da767c202 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Wed, 15 Jan 2025 09:06:13 +0000 Subject: [PATCH] feat: don't lint snapshot --- .cspell.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index a2e229a8..bdbaa558 100644 --- a/.cspell.json +++ b/.cspell.json @@ -8,7 +8,8 @@ ".gitignore", "package-lock.json", "report", - "dist/**" + "dist/**", + "**/*.snap" ], "language": "en", "noConfigSearch": true,