Skip to content

Commit

Permalink
jaronheard/tim 236 fix formatting
Browse files Browse the repository at this point in the history
* chore: Add @soonlist/prettier-config to package.jsona

* fix format
  • Loading branch information
jaronheard authored May 11, 2024
1 parent 9eb6a73 commit cd0dfb8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 3 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"devDependencies": {
"@clerk/clerk-sdk-node": "^5.0.5",
"@soonlist/eslint-config": "workspace:*",
"@soonlist/prettier-config": "workspace:*",
"@soonlist/tsconfig": "workspace:*",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.12.7",
Expand All @@ -85,5 +86,6 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
},
"prettier": "@soonlist/prettier-config"
}
9 changes: 8 additions & 1 deletion pnpm-lock.yaml

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

6 changes: 5 additions & 1 deletion tooling/github/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"name": "@soonlist/github"
"name": "@soonlist/github",
"devDependencies": {
"@soonlist/prettier-config": "workspace:*"
},
"prettier": "@soonlist/prettier-config"
}

0 comments on commit cd0dfb8

Please sign in to comment.