Skip to content

Commit 97f737a

Browse files
committed
ci(lint-staged): change lint command to not use cache on hooks
1 parent c24de89 commit 97f737a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"lint-staged": {
3333
"*.@(js|ts|tsx)": [
34-
"pnpm format"
34+
"pnpm eslint --fix --max-warnings=0"
3535
]
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)