diff options
Diffstat (limited to 'FrontEnd/cspell.json')
-rw-r--r-- | FrontEnd/cspell.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/FrontEnd/cspell.json b/FrontEnd/cspell.json index 2dcec3be..0677968d 100644 --- a/FrontEnd/cspell.json +++ b/FrontEnd/cspell.json @@ -1,4 +1,10 @@ { "version": "0.2", - "ignorePaths": ["**/node_modules/**", "pnpm-lock.yaml"] + "ignorePaths": [ + "**/node_modules/**", + "pnpm-lock.yaml" + ], + "words": [ + "languagedetector" + ] } |