aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/cspell.json
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/cspell.json')
-rw-r--r--FrontEnd/cspell.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/FrontEnd/cspell.json b/FrontEnd/cspell.json
index 2dcec3be..a2e150c9 100644
--- a/FrontEnd/cspell.json
+++ b/FrontEnd/cspell.json
@@ -1,4 +1,12 @@
{
"version": "0.2",
- "ignorePaths": ["**/node_modules/**", "pnpm-lock.yaml"]
+ "ignorePaths": [
+ "**/node_modules/**",
+ "pnpm-lock.yaml"
+ ],
+ "words": [
+ "languagedetector",
+ "popperjs",
+ "signalr"
+ ]
}