Skip to content

Commit

Permalink
chore(project): revert @workspace/prettier-config
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Jun 18, 2024
1 parent 93f8f9b commit 51cda82
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 15 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ updates:
chainfile:
patterns:
- 'chainfile-*'
react:
patterns:
- 'react'
- 'react-dom'
nextra:
patterns:
- 'nextra'
- 'nextra-theme-docs'
next:
patterns:
- 'next'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"prettier": "@workspace/prettier-config",
"devDependencies": {
"@types/node": "^20.14.2",
"@workspace/eslint-config": "workspace:*",
"@workspace/jest": "workspace:*",
"@workspace/prettier-config": "workspace:*",
"@workspace/tsconfig": "workspace:*",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jest": "29.7.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"turbo": "^2.0.4",
"typescript": "5.4.5"
},
Expand Down
28 changes: 15 additions & 13 deletions pnpm-lock.yaml

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

File renamed without changes.
8 changes: 8 additions & 0 deletions workspace/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "@workspace/prettier-config",
"private": true,
"devDependencies": {
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.6.4"
}
}

0 comments on commit 51cda82

Please sign in to comment.