oxc/crates
Radu Baston afeed17be9
feat(linter): eslint-lugin-unicorn no_useless_length_check (#1541)
I have an issue with this rule. I am able to identify the condition that
breaks the rule, but I can't manage to get the fix done. I was thinking
of concatenating the valid conditions with the common operator, but I am
not sure how to do that (from `Expression` to turn to `string` to be
passed as a parameter to the fix). any help is appreciated.

NOTE: I will probably do some refactorization for this code after
implementing the fix

---------

Co-authored-by: Radu Baston <radu.baston@sectorlabs.ro>
2023-11-27 19:53:39 +08:00
..
oxc refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_allocator refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_ast feat(linter): eslint-lugin-unicorn no_useless_length_check (#1541) 2023-11-27 19:53:39 +08:00
oxc_cli feat(prettier): turn off preserve_parens and start working on need-parens (#1487) 2023-11-21 16:26:56 +00:00
oxc_codegen chore(rust): remove unnecessary clippy::non_upper_case_globals (#1557) 2023-11-27 14:31:38 +08:00
oxc_diagnostics refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_formatter feat(ast): implement new proposal-import-attributes (#1476) 2023-11-25 15:56:09 +08:00
oxc_index refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_js_regex Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
oxc_linter feat(linter): eslint-lugin-unicorn no_useless_length_check (#1541) 2023-11-27 19:53:39 +08:00
oxc_linter_plugin refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_macros refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_minifier refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_parser chore(rust): remove unnecessary clippy::non_upper_case_globals (#1557) 2023-11-27 14:31:38 +08:00
oxc_prettier refactor(prettier): move comment printing to its own directory (#1556) 2023-11-27 14:22:15 +08:00
oxc_query feat(query): Add is_getter, is_setter, is_constructor to all Function implementors (#1526) 2023-11-27 12:22:41 +08:00
oxc_resolver chore(resolver): add a path alias test (#1549) 2023-11-26 07:14:32 +00:00
oxc_semantic chore(rust): remove unnecessary clippy::non_upper_case_globals (#1557) 2023-11-27 14:31:38 +08:00
oxc_span refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_syntax chore(rust): remove unnecessary clippy::non_upper_case_globals (#1557) 2023-11-27 14:31:38 +08:00
oxc_transformer feat(transformer/react): handle babel 8 breaking removed-options (#1489) 2023-11-22 11:01:40 +08:00
oxc_type_synthesis refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_wasm fix(wasm): fix prettier crashing 2023-11-22 21:27:47 +08:00