Skip to content

Commit a48336d

Browse files
Update prettierrc.config.js
I did this to make the files more consistent
1 parent a1ac188 commit a48336d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

prettierrc.config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
module.exports = {
2-
singleQuote: true,
3-
trailingComma: 'es5',
2+
printWidth: 80,
3+
singleQuote: false,
4+
tabWidth: 2,
5+
semi: true,
6+
trailingComma: "all",
47
};

0 commit comments

Comments
 (0)