ui sync: add git hook for code style (#4237)
* ui sync: add git hook * feat: update pom for prettierrc
This commit is contained in:
parent
f9cf17be24
commit
235b0d62cb
2
pom.xml
2
pom.xml
|
|
@ -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
|
||||
Loading…
Reference in New Issue