Skip to content

Commit 333223f

Browse files
chore: Adds format hook
1 parent 3b87780 commit 333223f

5 files changed

Lines changed: 20783 additions & 1803 deletions

File tree

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "./.config/.eslintrc"
2+
"extends": [
3+
"./.config/.eslintrc",
4+
"prettier"
5+
]
36
}

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx lint-staged

0 commit comments

Comments
 (0)