0.2.0 • Published 1 year ago

@comprend/prettier-config v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@comprend/prettier

This is the standard config for Prettier at Comprend.

!IMPORTANT: This config needs the path to the Tailwind CSS configuration file to work properly. This is because the plugin prettier-plugin-tailwindcss needs to know the configuration to work. The path to the configuration file is set in the tailwindConfig property in the Prettier configuration file.

...
plugins: ['prettier-plugin-tailwindcss', 'prettier-plugin-packagejson'],
tailwindConfig: fileURLToPath(
	new URL('../../packages/tailwind/base.ts', import.meta.url),
)
...
0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago