Skip to content

Commit 6286b8c

Browse files
committed
update husky
1 parent 2761b6f commit 6286b8c

File tree

5 files changed

+19
-515
lines changed

5 files changed

+19
-515
lines changed

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm run pretty-quick:staged

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"plugins": [
3+
"prettier-plugin-organize-imports"
4+
],
5+
"trailingComma": "es5"
6+
}

0 commit comments

Comments
 (0)