Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit a1266b9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc.json

Lines changed: 1 addition & 1 deletion
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)