Skip to content

Commit 40c9b4f

Browse files
authored
chore: apply auto eslint fixes with lint-staged (#5705)
Signed-off-by: Fred Carlsen <[email protected]>
1 parent 2eaffd3 commit 40c9b4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383
"watch": "lerna run --parallel --scope '{@sanity/*,sanity}' watch"
8484
},
8585
"lint-staged": {
86-
"*.{js,jsx,ts,tsx}": "eslint --quiet"
86+
"*.{js,jsx,ts,tsx}": [
87+
"eslint --quiet --fix"
88+
]
8789
},
8890
"resolutions": {
8991
"**/@types/react": "^18.0.25",

0 commit comments

Comments
 (0)