Skip to content

Commit

Permalink
Merge pull request #50 from github/feelepxyz/remove-tsc-from-lint-staged
Browse files Browse the repository at this point in the history
Stop compiling tsc on pre-commit
  • Loading branch information
Philip Harrison authored and GitHub committed Jul 26, 2021
2 parents 5c03b1c + 37ac77e commit eab8bd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"lint-staged": {
"src/**/*.ts": [
"prettier --write",
"eslint --fix",
"bash -c tsc --noEmit"
"eslint --fix"
]
}
}

0 comments on commit eab8bd2

Please sign in to comment.