oxc/apps/oxlint/src
camchenry a8dc75d6ba refactor(linter): remove unused CLI result types (#7088)
It doesn't seem like we should implement type checking or formatting in the `oxlint` binary. Plus, these are unused currently. So I removed them.
2024-11-02 06:17:28 +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 fix(linter): remove confusing help text for now (#7081) 2024-11-02 11:50:42 +08:00
main.rs refactor(oxlint): move cli-related exports to cli module (#5139) 2024-09-08 15:29:37 +00:00
result.rs refactor(linter): remove unused CLI result types (#7088) 2024-11-02 06:17:28 +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