Skip to content

Commit fa18a3a

Browse files
committedMar 7, 2024
test: lint
1 parent a4a958d commit fa18a3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
},
7676
"lint-staged": {
7777
"*.{js,jsx,tsx,ts}": [
78-
"npm run lint"
78+
"npm run lint",
79+
"npm run format"
7980
]
8081
},
8182
"config": {

0 commit comments

Comments
 (0)
Please sign in to comment.