oxc/crates/oxc_linter/src
2023-06-10 11:39:54 +08:00
..
rules feat(linter): improve eslint(no-eval) compat (#419) 2023-06-10 11:39:54 +08:00
snapshots feat(linter): improve eslint(no-eval) compat (#419) 2023-06-10 11:39:54 +08:00
ast_util.rs refactor(ast): s/ArrowFunctionExpression/ArrowExpression 2023-05-28 22:40:16 +08:00
context.rs refactor: move SourceType from oxc_ast to oxc_span (#351) 2023-05-12 23:16:14 +08:00
disable_directives.rs refactor(rust): fix clippy errors 2023-06-02 10:09:32 +08:00
fixer.rs chore: remove all #[must_use] 2023-05-11 21:08:00 +08:00
globals.rs feat(linter): implement no_constant_binary_expression 2023-03-09 04:42:09 -08:00
lib.rs chore(rust): allow clippy::new_without_default 2023-05-13 15:07:00 +08:00
rule.rs chore: remove all #[must_use] 2023-05-11 21:08:00 +08:00
rules.rs feat(linter): add eslint(no-eval) (#417) 2023-06-09 10:36:12 +08:00
tester.rs chore(linter): update snapshots 2023-05-31 16:44:46 +08:00