Skip to content

Commit

Permalink
format on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Nov 20, 2023
1 parent 574abe5 commit 52e13b0
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"test:watch": "turbo run test:watch",
"typecheck": "turbo run typecheck"
},
"lint-staged": {
"**/*.{ts,tsx,js,jsx}": [
"pnpm run format"
]
},
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
Expand All @@ -29,7 +34,9 @@
"@types/jest": "^29.5.8",
"@types/node": "18.16.0",
"eslint": "^8.47.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"turbo": "^1.10.16",
Expand Down
111 changes: 111 additions & 0 deletions pnpm-lock.yaml

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

1 comment on commit 52e13b0

@vercel
Copy link

@vercel vercel bot commented on 52e13b0 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.