Skip to content

Commit c1418c4

Browse files
se030dohun31
andauthored
chore: lint-staged에 prettier --write 추가 (#281)
Co-authored-by: hodun <[email protected]>
1 parent 8043c21 commit c1418c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
"stylelint --config ./client/.stylelintrc --fix"
2020
],
2121
"client/**/*.{ts,tsx}": [
22+
"prettier --write",
2223
"eslint --config ./client/.eslintrc --fix"
2324
],
2425
"server/**/*.ts": [
26+
"prettier --write",
2527
"eslint --config ./server/.eslintrc --fix"
2628
]
2729
},

0 commit comments

Comments
 (0)