diff --git a/pages/common/xo.md b/pages/common/xo.md new file mode 100644 index 000000000..cfc931100 --- /dev/null +++ b/pages/common/xo.md @@ -0,0 +1,23 @@ +# xo + +> A pluggable zero configuration linting utility for JavaScript. + +- Lint files in "src": + +`xo` + +- Lint on a gives set of files: + +`xo {{filename}}.js {{filename1}}.js` + +- Fix lint issues: + +`xo --fix` + +- Lint with spaces as indentation instead of tabs: + +`xo --space` + +- Lint with prettier code style: + +`xo --prettier`