chore(@vant/cli): no longer provide stylelint (#10844)

This commit is contained in:
neverland
2022-07-23 21:41:38 +08:00
committed by GitHub
parent 537e629d7d
commit 11dbde14f6
18 changed files with 136 additions and 707 deletions
@@ -89,7 +89,7 @@ src
在编写代码时,请注意:
- 确保代码可以通过仓库的 ESLint 和 Stylelint 校验。
- 确保代码可以通过仓库的 ESLint 校验。
- 确保代码格式是规范的,使用 prettier 进行代码格式化。
- 确保没有使用超出兼容性范围的 API,比如 `async/await`