Skip to content

Commit

Permalink
Upgrade to Prettier 3
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Apr 16, 2024
1 parent 3fe3be5 commit bfc7de6
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 32 deletions.
74 changes: 47 additions & 27 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"playgrounds/*"
],
"dependencies": {
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.2.1",
"prettier-plugin-svelte": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1"
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}
1 change: 0 additions & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ module.exports = {
singleQuote: true,
tabWidth: 2,
trailingComma: 'all',
pluginSearchDirs: false,
plugins: ['prettier-plugin-svelte', 'prettier-plugin-organize-imports', 'prettier-plugin-tailwindcss'],
}

0 comments on commit bfc7de6

Please sign in to comment.