This repository has been archived on 2026-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
vacation-planner-frontend/prettier.config.js
2025-08-26 11:00:27 +08:00

8 lines
204 B
JavaScript

/** @type {import('prettier').Config} */
export default {
plugins: ["prettier-plugin-tailwindcss"],
// tailwindcss
tailwindAttributes: ["theme"],
tailwindFunctions: ["twMerge", "createTheme"],
};