diff --git a/.prettierrc.js b/.prettierrc.js index 479a30c1..e33edddb 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -1,4 +1,4 @@ module.exports = { ...require("@igorkowalczyk/prettier-config"), - plugins: [require("prettier-plugin-astro"), require("prettier-plugin-tailwindcss")], + plugins: ["prettier-plugin-astro", "prettier-plugin-tailwindcss"], };