Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Nov 13, 2024
1 parent b4cb4dd commit 2b61d4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 61 deletions.
4 changes: 2 additions & 2 deletions apps/demo-game/.prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
singleQuote: true,
trailingComma: 'es5',
plugins: [
require('prettier-plugin-organize-imports'),
require('prettier-plugin-tailwindcss'),
'prettier-plugin-organize-imports',
'prettier-plugin-tailwindcss',
],
}
2 changes: 1 addition & 1 deletion apps/demo-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"postcss-import": "~16.1.0",
"prettier": "~2.8.8",
"prettier-plugin-organize-imports": "~4.1.0",
"prettier-plugin-tailwindcss": "~0.6.8",
"prettier-plugin-tailwindcss": "~0.4.1",
"tailwindcss": "~3.4.14",
"tailwindcss-animate": "~1.0.7",
"tailwindcss-radix": "~3.0.5",
Expand Down
61 changes: 3 additions & 58 deletions pnpm-lock.yaml

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

0 comments on commit 2b61d4d

Please sign in to comment.