xo: reword descriptions (#3012)

italian
Waldir Pimenta 2019-05-12 15:34:53 +01:00 committed by Starbeamrainbowlabs
parent f3e7ede68f
commit 6da6326a16
1 changed files with 7 additions and 7 deletions

View File

@ -1,23 +1,23 @@
# xo
> A pluggable zero configuration linting utility for JavaScript.
> A pluggable, zero-configuration linting utility for JavaScript.
- Lint files in "src":
- Lint files in the "src" directory:
`xo`
- Lint on a gives set of files:
- Lint a given set of files:
`xo {{filename}}.js {{filename1}}.js`
`xo {{file1}}.js {{file2}}.js`
- Fix lint issues:
- Automatically fix any lint issues found:
`xo --fix`
- Lint with spaces as indentation instead of tabs:
- Lint using spaces as indentation instead of tabs:
`xo --space`
- Lint with prettier code style:
- Lint using the "prettier" code style:
`xo --prettier`