m-oauth/prettier.config.js
2023-06-05 00:51:23 +08:00

5 lines
148 B
JavaScript

module.exports = {
plugins: [require("prettier-plugin-tailwindcss")],
tailwindConfig: "./tailwind.config.js",
tailwindFunctions: ["clsx"],
};