Skip to content

Commit 89724ff

Browse files
committed
<type/issue_no>: <subject>
Content of commit Fixes: #
1 parent b6949bd commit 89724ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
// Ignores words that look like names
2424
"/[\\p{Lu}][\\p{L}]+/gu",
2525
// Ignores github handles
26-
"/@[a-z\\d](?:[a-z\\d]|-(?=[a-z\\d])){0,38}/gi"
26+
"/@[a-z\\d](?:[a-z\\d]|-(?=[a-z\\d])){0,38}/gi",
27+
"code",
28+
"fenced-code"
2729
],
2830
"ignorePaths": [
2931
".git/**",

0 commit comments

Comments
 (0)