We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbbc11 commit 8ba52abCopy full SHA for 8ba52ab
.prettierrc.js
@@ -2,7 +2,7 @@
2
3
/** @satisfies {import('prettier').Config} */
4
const config = {
5
- plugins: [require('prettier-plugin-tailwindcss')],
+ plugins: ['prettier-plugin-tailwindcss'],
6
semi: false,
7
singleQuote: true,
8
useTabs: false,
0 commit comments