We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581689b commit 6605f2aCopy full SHA for 6605f2a
.codespellrc
@@ -0,0 +1,6 @@
1
+[codespell]
2
+# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3
+skip = .git*,*.svg,i18n,*.lock,*.css,*.min.*,.codespellrc,packages,completion,assets,package.json
4
+check-hidden = true
5
+ignore-regex = \b[a-z]+[A-Z][A-Za-z]*\b
6
+# ignore-words-list =
0 commit comments