Skip to content

Commit d836a53

Browse files
committed
Add rudimentary codespell config
1 parent 43fb6c1 commit d836a53

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.codespellrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[codespell]
2+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3+
skip = .git*,*.svg,i18n,*-lock.yaml,*.css,.codespellrc,migrations,*.js,*.map,*.mjs
4+
check-hidden = true
5+
ignore-regex = \bMapPin\b
6+
ignore-words-list = tread

0 commit comments

Comments
 (0)