Skip to content

Commit

Permalink
Move tsc out of lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
s-h-a-d-o-w committed Nov 12, 2024
1 parent 868b801 commit 8c94b53
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm lint-staged
pnpm concurrently \"tsc\" \"lint-staged\"
1 change: 0 additions & 1 deletion lint-staged.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export default {
"**/*.ts?(x)": () => "tsc",
"**/*": "eslint --cache",
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@types/node": "^22.9.0",
"@types/screenshot-desktop": "^1.12.3",
"@types/yargs": "^17.0.33",
"concurrently": "^9.1.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
49 changes: 49 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 8c94b53

Please sign in to comment.