oxc/apps/oxlint/src
mysteryven 0acca58581 feat(linter): support --print-config all to print config file for project (#6579)
Continue work on #4742.

Only `oxlint --print-config all` is supported. It's useful to migrate from command-line interface to config file.

The `--print-config PATH` looks not really useful for us now, I will add it after config file overrides supported.
2024-10-22 17:56:23 +00:00
..
command feat(linter): support --print-config all to print config file for project (#6579) 2024-10-22 17:56:23 +00:00
git.rs refactor(cli): move crates/oxc_cli to apps/oxlint (#3413) 2024-05-26 05:00:30 +00:00
lib.rs refactor(oxlint): move cli-related exports to cli module (#5139) 2024-09-08 15:29:37 +00:00
lint.rs feat(linter): support --print-config all to print config file for project (#6579) 2024-10-22 17:56:23 +00:00
main.rs refactor(oxlint): move cli-related exports to cli module (#5139) 2024-09-08 15:29:37 +00:00
result.rs feat(linter): support --print-config all to print config file for project (#6579) 2024-10-22 17:56:23 +00:00
runner.rs refactor(oxlint): move cli-related exports to cli module (#5139) 2024-09-08 15:29:37 +00:00
walk.rs refactor(oxlint): move cli-related exports to cli module (#5139) 2024-09-08 15:29:37 +00:00