mirror of
https://github.com/fergalmoran/opengifame.git
synced 2025-12-22 09:38:44 +00:00
7 lines
183 B
JavaScript
7 lines
183 B
JavaScript
/** @type {import('prettier').Config & import('prettier-plugin-tailwindcss').PluginOptions} */
|
|
const config = {
|
|
plugins: ["prettier-plugin-tailwindcss"],
|
|
};
|
|
|
|
export default config;
|