Skip to content

Commit 1070ed2

Browse files
committed
Fix indent
1 parent 011cd8e commit 1070ed2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)