Skip to content

Commit 76c35e8

Browse files
danezrenovate[bot]
authored andcommitted
fix prettier config
1 parent af3f438 commit 76c35e8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
'use strict';
2-
3-
module.exports = {
1+
export default {
42
arrowParens: 'always',
53
trailingComma: 'all',
64
useTabs: false,
75
printWidth: 80,
86
proseWrap: 'always',
97
singleQuote: true,
10-
plugins: [require('prettier-plugin-tailwindcss')],
8+
plugins: ['prettier-plugin-tailwindcss'],
119
};

0 commit comments

Comments
 (0)