From a68eef862c2ac2615c4cf3f0160e6cd7ec4ee48f Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Mon, 16 Dec 2024 12:27:45 +0100 Subject: [PATCH] chore: format --- eslint.config.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 48765670..e8ae9e4b 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -186,9 +186,9 @@ const config = tseslint.config([ settings: { tailwindcss: { config: "packages/elements-react/tailwind.config.ts", - } - } - } + }, + }, + }, ]) export default config