Skip to content

Commit ba3b30d

Browse files
committed
chore: ✨ Add lint-staged
1 parent 4f23f80 commit ba3b30d

File tree

4 files changed

+500
-2
lines changed

4 files changed

+500
-2
lines changed

.lintstagedrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"**/*.{ts,tsx,js,jsx}": [
3+
"eslint --fix",
4+
"git add"
5+
]
6+
}

0 commit comments

Comments
 (0)