add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/xo.md Normal file
View File

@@ -0,0 +1,24 @@
# xo
> 一个可插拔的、零配置的JavaScript代码检查工具。
> 更多信息:<https://github.com/xojs/xo>。
- 检查“src”目录中的文件
`xo`
- 检查一组指定的文件:
`xo {{path/to/file1.js path/to/file2.js ...}}`
- 自动修复发现的任何代码检查问题:
`xo --fix`
- 使用空格作为缩进,而不是制表符:
`xo --space`
- 使用“prettier”代码风格进行检查
`xo --prettier`