Skip to content

Commit

Permalink
chore: remove typecheck from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Dec 16, 2023
1 parent e39bc9f commit 9b36a39
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"**/*.{js,ts,jsx,tsx,md}": [
"eslint --fix"
],
"**/*.{ts,tsx}": [
"tsc --noEmit --skipLibCheck"
]
]
}

0 comments on commit 9b36a39

Please sign in to comment.