mirror of
https://github.com/fergalmoran/mixyboos.git
synced 2025-12-22 09:41:39 +00:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
/** @type {import("prettier").Config} */
|
|
const config = {
|
|
plugins: [require.resolve("prettier-plugin-tailwindcss")],
|
|
};
|
|
|
|
module.exports = config;
|