oxc/crates/oxc_linter/src
Jelle van der Waa 7236d14dc8
feat(eslint/jsx_a11y): implement anchor_ambiguous_text (#5729)
Co-authored-by: Cameron Clark <cameron.clark@hey.com>
2024-11-25 11:07:36 +00:00
..
config fix(linter): make overrides globs relative to config path (#7407) 2024-11-22 14:37:45 +00:00
context refactor(linter)!: remove tree_shaking plugin (#7372) 2024-11-20 11:46:29 +00:00
fixer chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00
loader
options
rules feat(eslint/jsx_a11y): implement anchor_ambiguous_text (#5729) 2024-11-25 11:07:36 +00:00
service fix(linter): hanging when source has syntax/is flow (#7432) 2024-11-23 23:20:19 +08:00
snapshots feat(eslint/jsx_a11y): implement anchor_ambiguous_text (#5729) 2024-11-25 11:07:36 +00:00
utils refactor(linter): use scope_id etc methods (#7394) 2024-11-21 12:29:57 +00:00
ast_util.rs refactor(linter): use scope_id etc methods (#7394) 2024-11-21 12:29:57 +00:00
builder.rs fix(linter): make overrides globs relative to config path (#7407) 2024-11-22 14:37:45 +00:00
disable_directives.rs
frameworks.rs
globals.rs chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00
javascript_globals.rs
lib.rs feat(linter): support overrides config field (#6974) 2024-11-13 05:40:59 +00:00
rule.rs
rules.rs feat(eslint/jsx_a11y): implement anchor_ambiguous_text (#5729) 2024-11-25 11:07:36 +00:00
table.rs feat(linter): support overrides config field (#6974) 2024-11-13 05:40:59 +00:00
tester.rs