Skip to content

Commit c404c55

Browse files
davidhemphilladamwathan
authored andcommitted
Update Prettier config to use trailing commas
1 parent 9dbf588 commit c404c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"printWidth": 80,
1818
"tabWidth": 2,
1919
"useTabs": false,
20-
"trailingComma": "none",
20+
"trailingComma": "es5",
2121
"bracketSpacing": true,
2222
"parser": "flow"
2323
}

0 commit comments

Comments
 (0)