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