Skip to content

Commit b618f2b

Browse files
committed
updated deps
1 parent a9911b9 commit b618f2b

File tree

4 files changed

+1457
-984
lines changed

4 files changed

+1457
-984
lines changed

.husky/pre-commit

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

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"overrides": [
33
{
4-
"files": "*.ts",
4+
"files": "[*.{js,ts}]",
55
"options": {
66
"printWidth": 120,
77
"tabWidth": 2

0 commit comments

Comments
 (0)