Skip to content

Commit 3a8fc59

Browse files
committed
chore: add printWidth in prettier.config.js
1 parent 117e9ca commit 3a8fc59

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.prettierrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

prettier.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
// Custom
3+
printWidth: 120,
4+
5+
// Prettier v1 defaults
6+
arrowParens: "avoid",
7+
endOfLine: "auto",
8+
trailingComma: "none"
9+
};

0 commit comments

Comments
 (0)