Skip to content

Commit

Permalink
fix(typos): exclude JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Feb 26, 2024
1 parent 267cd6b commit 58961c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[files]
extend-exclude = ["docs/versioned"] # don't check ./docs/versioned
extend-exclude = [
"docs/versioned", # old documentation shouldn't be checked
"*.json" # mostly configuration, not worth checking
]

[default]
locale = "en-us"
Expand Down

0 comments on commit 58961c0

Please sign in to comment.