Skip to content

Commit 3347951

Browse files
committed
build: add missing backtick
1 parent 00e105f commit 3347951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/eslint/rules/spellcheck.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rules[ '@cspell/spellchecker' ] = [ 'warn', {
5858
'/\\/\\/ returns \'[^\']+\'/g', // ignore return value annotations
5959
'/setReadOnly\\( [.a-z0-9]+, \'[^\']+?\'/gi', // ignore namespace or prototype assignments
6060
'/```[\\s\\S]+?```/g', // ignore code blocks
61-
'/(?<!`)[^`]+?`(?!`)/g', // ignore inline code
61+
'/(?<!`)`[^`]+?`(?!`)/g', // ignore inline code
6262
'/\\\\{2,2}\\([\\s\\S]+?\\\\{2,2}\\)/g', // ignore LaTeX math expressions
6363
'/\\[[^\\]]+\\]/g', // ignore character classes in regular expressions or markdown links
6464
'/\\/\\/ exports: \\{[^}]+\\}/g', // ignore export annotations

0 commit comments

Comments
 (0)