mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
- part of https://github.com/oxc-project/oxc/issues/6038 Adds a new `run_on_jest_node` method for running lint rules which allows only Jest/Vitest nodes to be linted. This simplifies a number of Jest rules by removing the need to iterate/collect Jest nodes inside of them. Now, they can simply run on the Jest nodes that are passed to them directly. This also saves time by skipping the running of the rule if it is not a test file or the Jest/Vitest plugins are not enabled. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||