Skip to content

Commit 1e92d2b

Browse files
author
Nathan Reyes
committed
Update .prettierrc
1 parent 6f1ba60 commit 1e92d2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.prettierrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2+
"useTabs": false,
23
"singleQuote": true,
34
"trailingComma": "all",
4-
"arrowParens": "avoid"
5+
"arrowParens": "avoid",
6+
"printWidth": 80
57
}

0 commit comments

Comments
 (0)