We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418aa02 commit 0bf69e0Copy full SHA for 0bf69e0
.codespellrc
@@ -0,0 +1,7 @@
1
+[codespell]
2
+# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3
+skip = .git*,*.svg,package-lock.json,.codespellrc,locales
4
+check-hidden = true
5
+# mixed case words starting with small letter, some latin
6
+ignore-regex = \b[a-z]+[A-Z][a-zA-Z]*\b|.*Nam a nibh.*
7
+# ignore-words-list =
0 commit comments