oxc/crates/oxc_linter/src
2024-08-20 21:45:38 +00:00
..
config feat(linter): support more flexible config.globals values (#4990) 2024-08-19 16:23:47 -04:00
fixer feat(codegen)!: remove const generic MINIFY (#5001) 2024-08-20 08:13:27 +00:00
partial_loader chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
rules feat(linter): typescript-eslint/no-wrapper-object-types (#5022) 2024-08-20 21:45:38 +00:00
snapshots feat(linter): typescript-eslint/no-wrapper-object-types (#5022) 2024-08-20 21:45:38 +00:00
utils feat(linter) expand jsx-props-no-spread-multi to catch member expressions (#4981) 2024-08-19 20:32:12 +00:00
ast_util.rs feat(linter) eslint-plugin-unicorn consistent function scoping (#4948) 2024-08-19 03:29:29 +00:00
context.rs feat(linter): add fix capabilties to existing lint rules (#4560) 2024-07-31 05:39:16 +00:00
disable_directives.rs refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
frameworks.rs refactor(linter): use diagnostic codes in lint rules (#4349) 2024-07-20 03:35:00 +00:00
globals.rs feat(linter): add fixer for jsx-a11y/aria-props (#4176) 2024-07-11 04:33:37 +00:00
javascript_globals.rs
lib.rs chore(deps): remove static_assertions dependency. (#4883) 2024-08-14 02:18:06 +00:00
options.rs feat(linter): eslint-plugin-vitest/no-import-node-test (#4440) 2024-07-29 13:53:42 +08:00
rule.rs feat(linter): add fix emoji to rules table and doc pages (#4715) 2024-08-10 22:50:47 +00:00
rules.rs feat(linter): typescript-eslint/no-wrapper-object-types (#5022) 2024-08-20 21:45:38 +00:00
service.rs refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
table.rs feat(linter): add fix emoji to rules table and doc pages (#4715) 2024-08-10 22:50:47 +00:00
tester.rs feat(linter): start fixer for no-unused-vars (#4718) 2024-08-10 15:27:12 +00:00