Skip to content

Commit 0473d44

Browse files
authored
build: upgrade dependency to latest (#3)
1 parent 4a215a1 commit 0473d44

File tree

5 files changed

+113
-550
lines changed

5 files changed

+113
-550
lines changed

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run pre-commit

.husky/pre-push

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run pre-push

.lintstagedrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,yaml,yml}": [
3+
"prettier --write"
4+
]
5+
}

0 commit comments

Comments
 (0)