Skip to content

Commit 5e7b94d

Browse files
committed
fix(lint): Lack of a unified .prettierrc
1 parent fc47bf0 commit 5e7b94d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.prettierrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"tabWidth": 4,
33
"useTabs": false,
44
"semi": true,
5-
"printWidth": 100
5+
"printWidth": 80,
6+
"singleQuote": true,
7+
"bracketSpacing": true,
8+
"arrowParens": "always",
9+
"trailingComma": "all",
10+
"bracketSameLine": false
611
}

0 commit comments

Comments
 (0)