Skip to content

Commit b5a4e59

Browse files
author
marekbukoski
committed
update prettier
1 parent d064ddf commit b5a4e59

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,6 +2,6 @@ module.exports = {
22
singleQuote: true,
33
trailingComma: 'all',
44
printWidth: 100,
5-
bracketSpacing: false,
5+
bracketSpacing: true,
66
arrowParens: 'avoid',
77
};

0 commit comments

Comments
 (0)