Spaces:
Runtime error
Runtime error
File size: 142 Bytes
cd6f98e |
1 2 3 4 5 6 |
/** @type {import("prettier").Config} */
module.exports = {
plugins: [require.resolve("prettier-plugin-tailwindcss")],
printWidth: 100
};
|