diff options
Diffstat (limited to 'FrontEnd/cspell.json')
-rw-r--r-- | FrontEnd/cspell.json | 10 |
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" + ] } |