From a8c3a61c1e0c652e6d7424a1557fb53ffca3c4c5 Mon Sep 17 00:00:00 2001 From: Dom Webber Date: Thu, 30 Nov 2023 15:58:30 +0000 Subject: [PATCH] style: apply prettier formatting --- cspell.json | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/cspell.json b/cspell.json index 970d44d..a3a0709 100644 --- a/cspell.json +++ b/cspell.json @@ -1,13 +1,7 @@ { "version": "0.2", "language": "en", - "dictionaries": [ - "softwareTerms", - "typescript", - "node", - "filetypes", - "npm" - ], + "dictionaries": ["softwareTerms", "typescript", "node", "filetypes", "npm"], "words": [ "FODT", "FODP", @@ -30,18 +24,7 @@ "subcode", "localizable" ], - "ignoreWords": [ - "xddt", - "Coreapp", - "clid", - "ctwa" - ], - "flagWords": [ - "hte" - ], - "ignorePaths": [ - "tsconfig.tsbuildinfo", - "coverage", - "cspell.json" - ] -} \ No newline at end of file + "ignoreWords": ["xddt", "Coreapp", "clid", "ctwa"], + "flagWords": ["hte"], + "ignorePaths": ["tsconfig.tsbuildinfo", "coverage", "cspell.json"] +}