diff --git a/cspell.jsom b/cspell.jsom new file mode 100644 index 00000000..43432a82 --- /dev/null +++ b/cspell.jsom @@ -0,0 +1,22 @@ +{ + "version": "0.2", + "language": "en", + "ignorePaths": [ + "node_modules", + "build", + "dist", + ".git", + "website/build" + ], + "dictionaries": [ + "typescript", + "javascript", + "html", + "markdown" + ], + "words": [ + "Docusaurus", + "inodes", + "clamav" + ] +}