oxc/.typos.toml

20 lines
461 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",
"crates/oxc_parser/src/lexer/mod.rs",
"crates/oxc_linter/fixtures",
"**/*.snap",
"pnpm-lock.yaml",
"crates/oxc_linter_plugin/examples/queries/unicorn/prefer-string-slice/rule.yml"
]
[default.extend-words]
trivias = "trivias"
trivia = "trivia"
xdescribe = "xdescribe"