Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MP281X committed May 10, 2024
1 parent 33f71df commit 6aa875c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.1.19",
"version": "1.1.20",
"name": "@mp281x/shared-config",
"publishConfig": { "registry": "https://npm.pkg.github.com/@mp281x" },

Expand Down
3 changes: 2 additions & 1 deletion src/prettier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ export default {
printWidth: 150,
singleQuote: true,
trailingComma: 'none',
arrowParens: 'always',
arrowParens: 'avoid',
quoteProps: 'consistent',
experimentalTernaries: true,
overrides: [{ files: '*.json', options: { parser: 'jsonc' } }],
plugins: ['prettier-plugin-svelte', 'prettier-plugin-astro', 'prettier-plugin-tailwindcss']
} satisfies Config

0 comments on commit 6aa875c

Please sign in to comment.