Skip to content

Commit

Permalink
chore: use turbo type-check on lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
fellipeutaka committed Aug 15, 2024
1 parent 14135f3 commit 993fc83
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 37 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"biomejs",
"clsx",
"cmdk",
"commitlint",
"kanpeki",
"picocolors",
"rehype",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"rimraf": "^6.0.1",
"tsc-files": "^1.1.4",
"turbo": "^2.0.11",
"typescript": "^5.5.3"
},
Expand All @@ -35,7 +34,7 @@
"biome check --fix --no-errors-on-unmatched"
],
"*.{ts,tsx}": [
"tsc-files --noEmit"
"bash -c 'pnpm run type-check'"
]
},
"config": {
Expand Down
13 changes: 0 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions tsconfig.json

This file was deleted.

0 comments on commit 993fc83

Please sign in to comment.