Skip to content

Commit b58bf94

Browse files
committed
chore: add --fix on lint-staged
1 parent b6c7589 commit b58bf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@
184184
"typescript": "4.6.4"
185185
},
186186
"lint-staged": {
187-
"*.{js,ts,tsx}": "eslint"
187+
"*.{js,ts,tsx}": "eslint --fix"
188188
}
189189
}

0 commit comments

Comments
 (0)