We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0444237 commit 5523161Copy full SHA for 5523161
.stylelintrc
@@ -0,0 +1 @@
1
+{}
README.md
@@ -49,6 +49,14 @@ Ant Design 组件库的 Angular 实现,开发和服务于企业级后台产品
49
50
代码格式化工具,结合 husky hook 和 lint-staged 会在每次 git 提交代码前自动格式化代码。
51
52
+### tslint
53
+
54
+typescript 代码格式lint工具
55
56
+### stylelint
57
58
+css或者css预处理器格式lint工具
59
60
### lint-staged
61
62
lint-staged 结合 tslint 和 stlyelint 会在 git 提交代码前对代码进行 lint fix。
@@ -60,7 +68,9 @@ lint-staged 结合 tslint 和 stlyelint 会在 git 提交代码前对代码进
68
69
## 代码提交规范
70
63
-commit 分为 fix、feat、doc 三种:
71
+代码提交规范试用Gitflow规范
72
73
+commit内容形式 分为 fix、feat、doc 三种:
64
74
65
75
* fix: 用于修复 bug ,例如: fix: remove unused dependcies.
66
76
* feat: 用于添加新的功能或特性等,例如: feat: add login page.
0 commit comments