Skip to content

Commit 8ba52ab

Browse files
committed
fix: prettier vscode gean
1 parent 2dbbc11 commit 8ba52ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/** @satisfies {import('prettier').Config} */
44
const config = {
5-
plugins: [require('prettier-plugin-tailwindcss')],
5+
plugins: ['prettier-plugin-tailwindcss'],
66
semi: false,
77
singleQuote: true,
88
useTabs: false,

0 commit comments

Comments
 (0)