diff --git a/.cspell.json b/.cspell.json index b6412256..5d88e1d8 100644 --- a/.cspell.json +++ b/.cspell.json @@ -22,8 +22,8 @@ "import": ["./node_modules/@cspell/dict-cryptocurrencies/cspell-ext.json"], "ignoreRegExpList": [ "/[^\\s@]+@([^\\s@]+\\.)+[^\\s@]{2,4}/", - "/[A-Fa-f0-9]{6}/", - "/[A-Za-z0-9]{32,}/", + "/\\b[A-Fa-f0-9]{6}\\b/", + "/\\b[A-Za-z0-9]{32,}\\b/", "// @ts-.*", "/\\STS\\S+/", "/`[^`]*`/",