diff --git a/typos.toml b/typos.toml index a4669cfd..d693a199 100644 --- a/typos.toml +++ b/typos.toml @@ -15,3 +15,7 @@ extend-exclude = [ "*.min.css", "CHANGELOG.md", ] + +[default.extend-words] +# Add project-specific words that should not be treated as typos +consts = "consts" # Common abbreviation for "constants"