We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5effc1d commit b619e1aCopy full SHA for b619e1a
.cspell.json
@@ -26,8 +26,8 @@
26
"import": ["@cspell/dict-cryptocurrencies/cspell-ext.json"],
27
"ignoreRegExpList": [
28
"/[^\\s@]+@([^\\s@]+\\.)+[^\\s@]{2,4}/",
29
- "/[A-Fa-f0-9]{6}/",
30
- "/[A-Za-z0-9]{32,}/",
+ "/\\b[A-Fa-f0-9]{6}\\b/",
+ "/\\b[A-Za-z0-9]{32,}\\b/",
31
"// @ts-.*",
32
"/\\.\\/docs\\/rules\\/[^.]*.md/",
33
"/\\STS\\S+/",
0 commit comments