We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6226cdb commit 21ed64aCopy full SHA for 21ed64a
src/quick-lint-js/cli/options.h
@@ -53,8 +53,7 @@ struct Options {
53
bool print_parser_visits = false;
54
bool lsp_server = false;
55
bool snarky = false;
56
- quick_lint_js::Output_Format output_format =
57
- quick_lint_js::Output_Format::default_format;
+ Output_Format output_format = Output_Format::default_format;
58
Option_When diagnostic_hyperlinks = Option_When::auto_;
59
std::vector<File_To_Lint> files_to_lint;
60
Compiled_Diag_Code_List exit_fail_on;
0 commit comments