File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ const cli = meow(
2121 --fix Automagically fix issues
2222 --reporter Reporter to use
2323 --space Use space indent instead of tabs [Default: 2]
24- --config Path to a XO configuration file
24+ --config Path to a XO configuration file
2525 --semicolon Use semicolons [Default: true]
2626 --react Include React specific parsing and xo-react linting rules [Default: false]
2727 --prettier Format with prettier or turn off prettier conflicted rules when set to 'compat' [Default: false]
2828 --print-config Print the effective ESLint config for the given file
29- --version Print XO version
29+ --version Print XO version
3030 --open Open files with issues in your editor
3131 --quiet Show only errors and no warnings
3232 --stdin Validate/fix code from stdin
Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ $ xo --help
6060 --fix Automagically fix issues
6161 --reporter Reporter to use
6262 --space Use space indent instead of tabs [Default: 2]
63- --config Path to a XO configuration file
63+ --config Path to a XO configuration file
6464 --semicolon Use semicolons [Default: true]
6565 --react Include React specific parsing and xo-react linting rules [Default: false]
6666 --prettier Format with prettier or turn off prettier conflicted rules when set to 'compat' [Default: false]
6767 --print-config Print the effective ESLint config for the given file
68- --version Print XO version
68+ --version Print XO version
6969 --open Open files with issues in your editor
7070 --quiet Show only errors and no warnings
7171 --stdin Validate/fix code from stdin
You can’t perform that action at this time.
0 commit comments