7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
[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 =
|