Skip to content

Commit

Permalink
chore: lint-staged 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SongInjae committed Oct 23, 2023
1 parent a3f58bf commit 275b210
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintcache

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --cache --fix",
"eslint --fix",
"prettier --cache --write"
]
}
Expand Down

0 comments on commit 275b210

Please sign in to comment.