xo: reword descriptions (#3012)

This commit is contained in:
Waldir Pimenta
2019-05-12 15:34:53 +01:00
committed by Starbeamrainbowlabs
parent f3e7ede68f
commit 6da6326a16

View File

@@ -1,23 +1,23 @@
# xo # 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` `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` `xo --fix`
- Lint with spaces as indentation instead of tabs: - Lint using spaces as indentation instead of tabs:
`xo --space` `xo --space`
- Lint with prettier code style: - Lint using the "prettier" code style:
`xo --prettier` `xo --prettier`