Skip to content

Commit 2f49a90

Browse files
committed
chore: set up format and linting as pre commit hook
1 parent d22abd5 commit 2f49a90

File tree

6 files changed

+892
-20
lines changed

6 files changed

+892
-20
lines changed

.eslintignore

-1
This file was deleted.

.husky/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged

.ignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules/
2+
dist/
3+
.github/
4+
package.json
5+
package-lock.json

0 commit comments

Comments
 (0)