Skip to content

Commit 727e6af

Browse files
authored
chore: lint-staged 스크립트에 @wabinar 디렉토리 파일 추가 (#363)
1 parent 3f26383 commit 727e6af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"server/**/*.ts": [
2626
"prettier --write",
2727
"eslint --config ./server/.eslintrc --fix"
28+
],
29+
"@wabinar/**/*.ts": [
30+
"prettier --write"
2831
]
2932
},
3033
"workspaces": [

0 commit comments

Comments
 (0)