mirror of
https://github.com/fergalmoran/mixyboos.git
synced 2026-01-04 07:55:57 +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;
|