Skip to content

Commit

Permalink
Remove require from plugins array
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Mar 13, 2023
1 parent 095af40 commit 1a24e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -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"],
};

0 comments on commit 1a24e89

Please sign in to comment.