oxc/crates/oxc_linter/src
2023-06-20 21:54:13 +08:00
..
rules chore(ast): document ArrowExpression.expression 2023-06-20 21:54:13 +08:00
snapshots chore(linter): Fix spelling mistake (#450) 2023-06-16 13:20:42 +08:00
ast_util.rs perf(semantic): use IndexVec instead of indextree for ast nodes (#462) 2023-06-20 15:21:58 +08:00
context.rs perf(semantic): use IndexVec instead of indextree for ast nodes (#462) 2023-06-20 15:21:58 +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 refactor(semantic): merge semantic2 crate into semantic crate (#460) 2023-06-19 20:20:59 +08:00
rules.rs feat(linter): Implement eslint(getter-return) (#449) 2023-06-16 10:09:33 +08:00
tester.rs refactor(semantic): merge semantic2 crate into semantic crate (#460) 2023-06-19 20:20:59 +08:00