mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
15 lines
254 B
TOML
15 lines
254 B
TOML
# https://github.com/crate-ci/typos
|
|
# cargo install typos
|
|
# typos
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"tasks/coverage/test262",
|
|
"tasks/coverage/babel",
|
|
"tasks/coverage/typescript",
|
|
"**/*.snap",
|
|
]
|
|
|
|
[default.extend-words]
|
|
trivias = "trivias"
|
|
trivia = "trivia"
|