oxc/crates/oxc_linter/src
2024-08-31 11:38:47 -04:00
..
config perf: use simdutf8 to validate UTF-8 when reading files (#5196) 2024-08-26 10:14:21 +08:00
fixer refactor(linter): clean up Fixer and Message (#5308) 2024-08-28 23:19:46 +00:00
options feat(linter/config): implement FromIterator for LintPluginOptions (#5102) 2024-08-23 18:55:58 +00:00
partial_loader
rules feat(linter/promise): add spec-only rule (#5124) 2024-08-31 11:38:47 -04:00
snapshots feat(linter/promise): add spec-only rule (#5124) 2024-08-31 11:38:47 -04:00
utils feat(ast)!: add JSXElementName::IdentifierReference and JSXMemberExpressionObject::IdentifierReference (#5223) 2024-08-30 11:11:04 +00:00
ast_util.rs fix(linter/unicorn): handle type casts and parens in no-null (#5175) 2024-08-24 18:18:52 -04:00
context.rs feat(linter): add hyperlinks to diagnostic messages (#5318) 2024-08-29 05:50:04 +00:00
disable_directives.rs fix(linter/max-lines): point span to end of file for disable directive to work (#5117) 2024-08-23 10:20:17 +00:00
frameworks.rs fix(linter): jest/vitest rule compat (#4797) 2024-08-29 11:04:00 +08:00
globals.rs
javascript_globals.rs
lib.rs fix(linter): jest/vitest rule compat (#4797) 2024-08-29 11:04:00 +08:00
rule.rs
rules.rs feat(linter/promise): add spec-only rule (#5124) 2024-08-31 11:38:47 -04:00
service.rs refactor(semantic): change build_module_record to accept &Path instead of PathBuf 2024-08-30 12:24:49 +08:00
table.rs
tester.rs feat(linter): add hyperlinks to diagnostic messages (#5318) 2024-08-29 05:50:04 +00:00