aboutsummaryrefslogtreecommitdiff
path: root/benchmark/frontend/prettier.config.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/frontend/prettier.config.cjs')
-rw-r--r--benchmark/frontend/prettier.config.cjs6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmark/frontend/prettier.config.cjs b/benchmark/frontend/prettier.config.cjs
new file mode 100644
index 000000000..ca28ed9e4
--- /dev/null
+++ b/benchmark/frontend/prettier.config.cjs
@@ -0,0 +1,6 @@
+/** @type {import("prettier").Config} */
+const config = {
+ plugins: [require.resolve("prettier-plugin-tailwindcss")],
+};
+
+module.exports = config;