We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e4a2e commit e4b7cbfCopy full SHA for e4b7cbf
.prettierrc
@@ -2,5 +2,8 @@
2
"tabWidth": 2,
3
"useTabs": false,
4
"trailingComma": "all",
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "bracketSpacing": false,
8
"plugins": ["prettier-plugin-tailwindcss"]
9
}
0 commit comments