We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3f438 commit 76c35e8Copy full SHA for 76c35e8
.prettierrc.cjs renamed to prettier.config.mjs
@@ -1,11 +1,9 @@
1
-'use strict';
2
-
3
-module.exports = {
+export default {
4
arrowParens: 'always',
5
trailingComma: 'all',
6
useTabs: false,
7
printWidth: 80,
8
proseWrap: 'always',
9
singleQuote: true,
10
- plugins: [require('prettier-plugin-tailwindcss')],
+ plugins: ['prettier-plugin-tailwindcss'],
11
};
0 commit comments