browsertrix/frontend/prettier.config.js
Emma Segal-Grossman f853fcdd81
Upgrade Prettier to 3 (#1513)
Updates Prettier to major version 3, and also updates a couple
prettier-related other things.

Prelude to #1511 so that that PR doesn't include a bunch of unrelated
changes
2024-01-31 20:56:17 -05:00

5 lines
95 B
JavaScript

module.exports = {
plugins: ["prettier-plugin-tailwindcss"],
tailwindFunctions: ["tw"],
};