Add rudimentary codespell config
This commit is contained in:
parent
1cc02565b0
commit
f9cf4f5cfe
1 changed files with 6 additions and 0 deletions
6
.codespellrc
Normal file
6
.codespellrc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[codespell]
|
||||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||
skip = .git*,package-lock.json,*.css,.codespellrc
|
||||
check-hidden = true
|
||||
# ignore-regex =
|
||||
# ignore-words-list =
|
||||
Loading…
Reference in a new issue