tbeg-web/prettier.config.js

7 lines
102 B
JavaScript

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