This commit is contained in:
EthanShoeDev
2025-09-10 05:37:18 -04:00
parent a7e36870d6
commit d86ebe146c
9 changed files with 303 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import epicConfig from '@epic-web/config/prettier';
import * as astroPrettierPlugin from 'prettier-plugin-astro';
// import * as astroPrettierPlugin from 'prettier-plugin-astro';
import * as twPrettierPlugin from 'prettier-plugin-tailwindcss';
// Sometimes this plugin can remove imports that are being edited.
// As a workaround we will only use this in the cli. (pnpm run fmt)
@@ -12,7 +12,7 @@ export default {
plugins: [
// ...(sortImports ? ["prettier-plugin-organize-imports"] : []),
...(epicConfig.plugins || []),
astroPrettierPlugin,
'prettier-plugin-astro',
twPrettierPlugin,
],
overrides: [