From 7b483075e177f0a4d160fca36256f6c15f000053 Mon Sep 17 00:00:00 2001 From: chimurai <655241+chimurai@users.noreply.github.com> Date: Tue, 14 Jun 2022 20:20:30 +0200 Subject: [PATCH 1/2] ci(cspell): ignore tsconfig.tsbuildinfo --- cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cspell.json b/cspell.json index 34d03fcc..0a81ed00 100644 --- a/cspell.json +++ b/cspell.json @@ -6,6 +6,7 @@ "node_modules/**", "coverage/**", "dist/**", + "tsconfig.tsbuildinfo", "package.json", "yarn.lock", "*.tgz" From 68ed46d0075eaacf9ac02c89110227a8a823d2b3 Mon Sep 17 00:00:00 2001 From: chimurai <655241+chimurai@users.noreply.github.com> Date: Tue, 14 Jun 2022 20:21:45 +0200 Subject: [PATCH 2/2] ci(cspell): add brotli --- cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cspell.json b/cspell.json index 0a81ed00..a35f8fcb 100644 --- a/cspell.json +++ b/cspell.json @@ -19,6 +19,7 @@ ], "ignoreRegExpList": ["[a-z]+path", "\\]\\(#[a-z-]+\\)"], "words": [ + "brotli", "camelcase", "codesandbox", "deepcode",