Skip to content

Commit a1266b9

Browse files
authored
Change prettier config
Less brutal trailing comma's to support mainstream browsers in non minified build. Fixes #3696
1 parent f072ae0 commit a1266b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"singleQuote": true,
3-
"trailingComma": "all",
3+
"trailingComma": "es5",
44
"printWidth": 120
55
}

0 commit comments

Comments
 (0)