Files
theme-earth/prettier.config.js
Ryan Wang d8769ce58c chore: development setup
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-10-05 23:26:16 +08:00

4 lines
75 B
JavaScript

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