oxc/apps/oxlint/fixtures
dalaoshu 8ce21d1d48
fix(linter): can't disable no-nested-ternary rule anymore (#8600)
closes #8485 

Since we currently support two rules with the same `rule_name` but
different `plugin_names`, some of the original logic is no longer
applicable. As a result, I have made some adjustments.
2025-01-31 21:03:53 +08:00
..
astro refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00
auto_config_detection feat(oxlint): auto detect config file in CLI (#7348) 2024-11-23 23:17:05 +08:00
config_ignore_patterns fix(linter): ignorePatterns does not work when files are provided as command arguments (#8590) 2025-01-31 12:24:23 +08:00
eslint_and_typescript_alias_rules fix(linter): detect typescript eslint alias rules (#7622) 2024-12-04 10:16:00 +08:00
eslintrc_env refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00
eslintrc_off refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00
eslintrc_vitest_replace refactor(linter): use run_on_jest_node for existing lint rules (#6722) 2024-10-21 02:13:59 +00:00
flow feat(parser,linter)!: add ParserReturn::is_flow_language; linter ignore flow error (#7373) 2024-11-20 12:50:24 +00:00
import feat(linter)!: support plugins in oxlint config files (#6088) 2024-10-10 19:21:50 +00:00
issue_7566 fix(apps/oxlint): incorrect matching in .oxlintignore (#7566) 2024-12-02 11:06:20 +08:00
jest_and_vitest_alias_rules fix(linter): detect vitest jest alias rules (#7567) 2024-12-03 09:46:05 +08:00
linter test(oxlint): add --fix test case (#6747) 2024-10-21 15:38:19 +00:00
no_console_off refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00
no_empty_allow_empty_catch refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00
no_empty_disallow_empty_catch refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00
no_undef refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00
output_formatter_diagnostic test(linter): add diagnostic format test snapshots (#8696) 2025-01-25 18:51:00 +08:00
overrides fix(linter): make overrides globs relative to config path (#7407) 2024-11-22 14:37:45 +00:00
print_config/ban_rules test(linter): add snapshot tester for cli (#8695) 2025-01-24 17:19:31 +00:00
svelte refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00
tsconfig style: add trailing line breaks to JSON files (#5544) 2024-09-06 12:50:15 +00:00
two_rules_with_same_name fix(linter): can't disable no-nested-ternary rule anymore (#8600) 2025-01-31 21:03:53 +08:00
typescript_eslint feat(linter)!: support plugins in oxlint config files (#6088) 2024-10-10 19:21:50 +00:00
vue fix(linter): fix regression when parsing ts in vue files (#6336) 2024-10-07 14:28:44 +00:00
walk_dir refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00
test.min.js refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00