This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
alfadatizar/prettier.config.cjs
2023-08-04 15:31:10 -03:00

3 lines
75 B
JavaScript

module.exports = {
plugins: [require("prettier-plugin-tailwindcss")],
};