oxc/crates/oxc_linter/src
DonIsaac ba7b01fbdf refactor(linter): Add LinterBuilder (#5714)
This will replace `OxlintOptions` in an upstream PR. This also adds `plugins` to
`Oxlintrc`. This field gets respected by the builder, but not by
`OxlintOptions`.
2024-09-20 11:58:37 +00:00
..
config refactor(linter): Add LinterBuilder (#5714) 2024-09-20 11:58:37 +00:00
context fix(linter): plugin prefix name for eslint-plugin-node (#5807) 2024-09-17 05:46:15 +00:00
fixer perf(rust): use cow_utils instead (#5664) 2024-09-11 18:39:30 +08:00
options refactor(linter): Add LinterBuilder (#5714) 2024-09-20 11:58:37 +00:00
partial_loader feat(span)!: change SourceType::js to SourceType::cjs and SourceType::mjs (#5606) 2024-09-08 14:11:02 +00:00
rules perf(linter): use aho-corasick instead of regex for string matching in jsx-a11y/img-redundant-alt (#5892) 2024-09-19 22:40:01 +00:00
snapshots refactor(linter): Add LinterBuilder (#5714) 2024-09-20 11:58:37 +00:00
utils perf(linter): move shared context info to ContextHost (#5795) 2024-09-16 04:22:07 +00:00
ast_util.rs refactor(semantic): s/AstNodeId/NodeId (#5740) 2024-09-13 03:00:00 +00:00
builder.rs refactor(linter): Add LinterBuilder (#5714) 2024-09-20 11:58:37 +00:00
disable_directives.rs perf(linter): shrink size of DisableDirectives (#5798) 2024-09-16 04:22:08 +00:00
frameworks.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
globals.rs
javascript_globals.rs
lib.rs refactor(linter): Add LinterBuilder (#5714) 2024-09-20 11:58:37 +00:00
rule.rs perf(linter): move shared context info to ContextHost (#5795) 2024-09-16 04:22:07 +00:00
rules.rs feat(linter): implement no-extend-native rule (#5867) 2024-09-18 20:44:54 -04:00
service.rs refactor(semantic): call with_trivias before build_with_jsdoc (#5875) 2024-09-19 04:12:57 +00:00
table.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
tester.rs refactor(linter): Add LinterBuilder (#5714) 2024-09-20 11:58:37 +00:00