oxc/crates/oxc_linter/src
2024-04-14 10:44:36 +08:00
..
config chore: fix internal doc warnings 2024-04-13 15:59:24 +08:00
partial_loader chore: fix internal doc warnings 2024-04-13 15:59:24 +08:00
rules feat(linter) eslint-plugin-unicorn no await in promise methods (#2963) 2024-04-14 10:44:36 +08:00
snapshots feat(linter) eslint-plugin-unicorn no await in promise methods (#2963) 2024-04-14 10:44:36 +08:00
utils chore: fix internal doc warnings 2024-04-13 15:59:24 +08:00
ast_util.rs feat(linter/tree-shaking): add cache for checking mutating identifiers (#2743) 2024-03-18 00:35:15 +08:00
context.rs refactor(sourcemap): change sourcemap name to take a reference (#2779) 2024-03-23 21:40:05 +08:00
disable_directives.rs refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
fixer.rs refactor(span): disallow struct expression constructor for Span (#2625) 2024-03-06 15:28:59 +08:00
globals.rs
javascript_globals.rs
lib.rs feat(cli,linter): provide tsconfig path from the cli (#2526) 2024-02-27 20:00:11 +08:00
options.rs feat(linter): Add --jsdoc-plugin flag (#2935) 2024-04-12 10:39:12 +08:00
rule.rs
rules.rs feat(linter) eslint-plugin-unicorn no await in promise methods (#2963) 2024-04-14 10:44:36 +08:00
service.rs feat(cli): add tsconfig file validation in LintRunner (#2850) 2024-03-29 19:56:30 +08:00
tester.rs feat: miette v7 (#2465) 2024-03-08 15:50:00 +08:00