Skip to content

Commit 8259e1b

Browse files
committed
chore(spellcheck): ignore Unicode character syntax in JavaScript
1 parent dc35835 commit 8259e1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"*.min.*",
5454
"jest/vendor"
5555
],
56-
"ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"],
56+
"ignoreRegExpList": ["Email", "Urls", "#[\\w-]*", "\\u\\{[0-9A-F]{4}\\}"],
5757
"enableFiletypes": ["mdx"]
5858
}

0 commit comments

Comments
 (0)