From 1d920a2e5863645e9cf2c74810bf2388c72ae464 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 18 Apr 2022 11:36:55 +1000 Subject: [PATCH] chore: add cspell configuration --- cspell.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cspell.json diff --git a/cspell.json b/cspell.json new file mode 100644 index 00000000..80286b43 --- /dev/null +++ b/cspell.json @@ -0,0 +1,24 @@ +{ + "version": "0.2", + "ignorePaths": [ + "package.json" + ], + "dictionaryDefinitions": [], + "dictionaries": [], + "words": [ + "autopause", + "autoplay", + "classname", + "fullscreen", + "gordita", + "menuitemradio", + "playsinline", + "plyr", + "seektime", + "srclang", + "stylelint", + "unmute" + ], + "ignoreWords": [], + "import": [] +}