Skip to content

Commit

Permalink
update spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Jun 4, 2024
1 parent 9662da9 commit a7724e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
],
"allowCompoundWords": true,
"ignoreRegExpList": [
"\".*\": \".*\""
"\".*\": \".*\"",
"/^\\s*```[\\s\\S]*?^\\s*```/gm"
]
}

0 comments on commit a7724e2

Please sign in to comment.