tbeg-web/prettier.config.js

7 lines
102 B
JavaScript
Raw Normal View History

2022-03-11 04:39:30 +08:00
module.exports = {
2022-03-11 05:17:18 +08:00
printWidth: 80,
plugins: [
require("prettier-plugin-tailwindcss"),
],
2022-03-11 04:39:30 +08:00
};