Skip to content

Commit

Permalink
chore: adopt turborepo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ony3000 committed Sep 26, 2023
1 parent ff221f4 commit dbce164
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 52 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,9 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# turbo
.turbo

# vercel
.vercel
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"eslint.workingDirectories": [{ "mode": "auto" }]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "prettier-plugin-merge",
"version": "0.2.1",
"description": "A Prettier plugin that sequentially applies the formatting results of other Prettier plugins.",
Expand Down Expand Up @@ -54,6 +55,7 @@
"prettier-plugin-classnames": "0.1.1",
"prettier-plugin-tailwindcss": "0.3.0",
"ts-jest": "29.1.0",
"turbo": "1.10.14",
"typescript": "4.9.5"
},
"peerDependencies": {
Expand Down
165 changes: 114 additions & 51 deletions pnpm-lock.yaml

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

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- 'packages/*'
4 changes: 4 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {}
}

0 comments on commit dbce164

Please sign in to comment.