From c4050e7b6acc00377dacc95f5b83df2ffc9ab68f Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 13 Jul 2022 23:39:22 +0900 Subject: [PATCH] Add a few false-positives to spellcheck config --- .cspell.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cspell.json b/.cspell.json index 8abd43bd..57c6fade 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1,9 +1,11 @@ { "version": "0.2", "words": [ + "codeql", "devdeps", "FOUC", "lighttpd", + "modernizr", "robotstxt", "vuejs" ],