ui sync: add git hook for code style (#4237)

* ui sync: add git hook

* feat: update pom for prettierrc
This commit is contained in:
Qiuxia Fan 2020-01-15 20:17:21 +08:00 committed by 吴晟 Wu Sheng
parent f9cf17be24
commit 235b0d62cb
2 changed files with 3 additions and 1 deletions

View File

@ -400,6 +400,8 @@
<exclude>**/skywalking-ui/.editorconfig</exclude>
<!-- UI ignore -->
<exclude>**/skywalking-ui/.browserslistrc</exclude>
<!-- UI prettier config -->
<exclude>**/skywalking-ui/.prettierrc</exclude>
<!-- git files -->
<exclude>**/.gitignore</exclude>

@ -1 +1 @@
Subproject commit 825b39dc62da4fcdb1f5fdaf969b1a14ea5b8910
Subproject commit 9ad81a05a2f2969420c1f75769c2b4def42819e4