oxc/crates/oxc_linter/src
2023-12-24 09:37:32 +08:00
..
config docs(linter): update comments (#1779) 2023-12-22 12:20:22 +08:00
rules fix(linter) fix incorrect report in prefer-string-replace-all (#1796) 2023-12-24 09:37:32 +08:00
snapshots fix(linter) fix incorrect report in prefer-string-replace-all (#1796) 2023-12-24 09:37:32 +08:00
utils feat(linter) no double comparisons (#1712) 2023-12-19 10:55:32 +00:00
ast_util.rs feat(linter) eslint plugin unicorn: no useless spread (#1638) 2023-12-07 17:31:22 +08:00
context.rs perf(linter): precompute rule.name() (#1759) 2023-12-21 12:06:01 +08:00
disable_directives.rs feat(prettier): print leading comments with newlines (#1434) 2023-11-19 22:46:55 +08:00
fixer.rs
globals.rs feat(linter) eslint plugin unicorn: no document cookie (#1255) 2023-11-13 08:56:18 +08:00
lib.rs perf(linter): reduce the RuleEnum enum size from 168 to 16 bytes (#1783) 2023-12-22 22:54:41 +08:00
options.rs feat(linter): add jsx-a11y settings (#1668) 2023-12-16 13:45:14 +08:00
rule.rs feat(linter): add a perf category (#1625) 2023-12-04 17:31:34 +08:00
rule_timer.rs refactor(linter): less a global hashmap to reduce rule timer macro expansion (#822) 2023-09-01 10:32:17 +08:00
rules.rs feat(linter): eslint-plugin-jsx-a11y no-distracting-elements rule (#1767) 2023-12-22 13:04:29 +08:00
service.rs feat(linter): add jsx-a11y settings (#1668) 2023-12-16 13:45:14 +08:00
tester.rs feat(linter): add jsx-a11y settings (#1668) 2023-12-16 13:45:14 +08:00