mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-12 23:02:49 +00:00
fix fmt
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user