From 071de88d8b46bb0207606e0803768417add2fd40 Mon Sep 17 00:00:00 2001 From: Philipp Giese Date: Thu, 17 Oct 2024 16:28:14 +0200 Subject: [PATCH] update spelling config --- extension/.cspell.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/extension/.cspell.json b/extension/.cspell.json index f48dcb67..e867354e 100644 --- a/extension/.cspell.json +++ b/extension/.cspell.json @@ -67,16 +67,24 @@ "walletconnect", "whatsabi", "xdai", - "xmlhttprequest" + "xmlhttprequest", + "serviceworker", + "textbox", + "servedir", + "sidepanel", + "sandboxed", + "speculationrules" ], "flagWords": [], "ignorePaths": [ "package.json", - "package-lock.json", + "pnpm-lock.yaml", "node_modules/**", "tsconfig.json", "public/build/**", "public/_metadata/**", - "**/*.svg" + "playwright-report/**", + "**/*.svg", + "patches/**" ] }