Skip to content

Commit 4976441

Browse files
committed
Fix codespell issues
1 parent b38edd0 commit 4976441

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.codespellrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[codespell]
2+
# Skip auto-generated and binary files that should not be spell-checked
3+
skip = yarn.lock,*.tar.gz,*.tgz,*.jar,*.zip,*.png,*.jpg,*.gif,*.ico,*.svg,*.woff,*.woff2,*.ttf,*.eot
4+
# Ignore legitimate technical terms flagged as false positives
5+
# assignin: real npm package name (lodash.assignin)
6+
ignore-words-list = assignin
7+

0 commit comments

Comments
 (0)