1
mirror of https://github.com/xitanggg/open-resume synced 2024-11-03 09:19:21 +01:00
open-resume/prettier.config.js

5 lines
146 B
JavaScript
Raw Normal View History

2023-06-24 08:06:24 +02:00
module.exports = {
// Repo: https://github.com/tailwindlabs/prettier-plugin-tailwindcss
plugins: [require("prettier-plugin-tailwindcss")],
};