From 830f5156168a5c27612b2b9bf849837b5842454e Mon Sep 17 00:00:00 2001 From: Erin Date: Tue, 12 Sep 2023 20:29:04 -0700 Subject: [PATCH] Created initial spell check config file --- cspell.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cspell.json diff --git a/cspell.json b/cspell.json new file mode 100644 index 0000000000..103d79385b --- /dev/null +++ b/cspell.json @@ -0,0 +1,12 @@ +{ + "version": "0.2", + "language": "en", + // words - list of words to be always considered correct + "words": [ + "collabathon" + ], + "ignorePaths": [ + "node_modules", + ".github" + ] +} \ No newline at end of file