Add trailing commas to ESLint + Prettier

This commit is contained in:
Gregory Schier
2018-12-12 12:36:11 -05:00
parent 64a5e44528
commit 88b0bb784f
404 changed files with 2575 additions and 2571 deletions

View File

@@ -5,7 +5,7 @@ var options = {
hostname: 'mockbin.com',
port: null,
path: '/har',
headers: {}
headers: {},
};
var req = http.request(options, function(res) {