未验证 提交 d875069f 编写于 作者: P Phodal Huang 提交者: GitHub

Update frontend-devops-practise.md

上级 818bd3fb
# 前端 DevOps 实施
# 前端代码规范
- Google JavaScript 规范:[Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html) , 中文翻译:[Google JavaScript 代码风格指南](https://juejin.im/post/5bd01d4a518825781e647e90)
- Airbnb JavaScript 规范:[Airbnb JavaScript Style Guide() {](https://github.com/airbnb/javascript)
- JavaScript Standard 规范:[JavaScript 代码规范,自带 linter & 代码自动修正](https://github.com/standard/standard/blob/master/docs/README-zhcn.md)
# 流程和规范
## 规范自动化
......@@ -30,6 +27,12 @@
6. lint 成功,而执行 commit
7. 同理,对于 `pre-push` 也是如此。
## 代码规范
- Google JavaScript 规范:[Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html) , 中文翻译:[Google JavaScript 代码风格指南](https://juejin.im/post/5bd01d4a518825781e647e90)
- Airbnb JavaScript 规范:[Airbnb JavaScript Style Guide() {](https://github.com/airbnb/javascript)
- JavaScript Standard 规范:[JavaScript 代码规范,自带 linter & 代码自动修正](https://github.com/standard/standard/blob/master/docs/README-zhcn.md)
### 自定义 Lint
#### StyleLint 相关
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册