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.js

5 lines
94 B
JavaScript
Raw Normal View History

2023-06-29 02:14:46 +00:00
module.exports = {
2023-08-06 15:48:13 +00:00
printWidth: 120,
2023-08-05 20:49:45 +00:00
plugins: [require("prettier-plugin-tailwindcss")],
};