Skip to content

Commit

Permalink
Fix Prettier in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
wpf500 committed Jan 7, 2025
1 parent e647533 commit 0c5e96b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/prettier-config/index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import * as tailwindPlugin from 'prettier-plugin-tailwindcss';

// Base configuration that can be extended
export const baseConfig = {
trailingComma: 'none',
Expand All @@ -16,5 +14,5 @@ export const frontendConfig = {
...baseConfig,
singleQuote: true,
trailingComma: 'es5',
plugins: [tailwindPlugin]
plugins: ['prettier-plugin-tailwindcss']
};

0 comments on commit 0c5e96b

Please sign in to comment.