aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/cspell.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-09 01:48:34 +0800
committercrupest <crupest@outlook.com>2023-07-09 01:48:34 +0800
commit4363f625025edeb19fb480a00e2e3b460c6091a9 (patch)
tree74dbe903cca751d575520a9c04a5971d0871d6bf /FrontEnd/cspell.json
parent4cb87464fea217e1d0969747d6a17e88973982e7 (diff)
downloadtimeline-4363f625025edeb19fb480a00e2e3b460c6091a9.tar.gz
timeline-4363f625025edeb19fb480a00e2e3b460c6091a9.tar.bz2
timeline-4363f625025edeb19fb480a00e2e3b460c6091a9.zip
Remove service worker.
Diffstat (limited to 'FrontEnd/cspell.json')
-rw-r--r--FrontEnd/cspell.json8
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"
+ ]
}