
xo
List of commands for xo:
-
xo:tldr:2c185 xo: Automatically fix any lint issues found.$ xo --fixtry on your machineexplain this command
-
xo:tldr:7db5d xo: Lint using spaces as indentation instead of tabs.$ xo --spacetry on your machineexplain this command
-
xo:tldr:85702 xo: Lint a given set of files.$ xo ${file1}.js ${file2}.jstry on your machineexplain this command
-
xo:tldr:eab00 xo: Lint using the "prettier" code style.$ xo --prettiertry on your machineexplain this command