Skip to content

Commit

Permalink
chore: maintain project (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored May 4, 2024
1 parent a67652f commit 7cf815d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
58 changes: 0 additions & 58 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion workspace/prettier-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
endOfLine: 'lf',
tabWidth: 2,
useTabs: false,
plugins: [import('prettier-plugin-tailwindcss'), import('prettier-plugin-packagejson')],
plugins: [import('prettier-plugin-packagejson')],
};

module.exports = config;
3 changes: 1 addition & 2 deletions workspace/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"main": "./index.js",
"dependencies": {
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.5.13"
"prettier-plugin-packagejson": "^2.5.0"
}
}

0 comments on commit 7cf815d

Please sign in to comment.