Skip to content

Commit

Permalink
chore: fix cspell config for ignoring hex digits
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Aug 8, 2023
1 parent ec6a816 commit c65cdb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -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+/",
"/`[^`]*`/",
Expand Down

0 comments on commit c65cdb2

Please sign in to comment.