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