Skip to content

Commit

Permalink
chore(scripts): fix lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeYeopHan committed Jan 1, 2021
1 parent b38f7f8 commit 13ea550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"typecheck": "tsc --noEmit"
},
"lint-staged": {
"{src,test}/**/*.ts": [
"eslint -c .eslintrc '{pages,src}/**/*.{js,jsx,ts,tsx}' --fix",
"src/**/*.ts": [
"eslint -c .eslintrc '{src}/**/*.{js,jsx,ts,tsx}' --fix",
"git add"
]
},
Expand Down

0 comments on commit 13ea550

Please sign in to comment.