mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 23:28:33 -04:00
Add trailing commas to ESLint + Prettier
This commit is contained in:
@@ -5,7 +5,7 @@ var options = {
|
||||
hostname: 'mockbin.com',
|
||||
port: null,
|
||||
path: '/har',
|
||||
headers: {}
|
||||
headers: {},
|
||||
};
|
||||
|
||||
var req = http.request(options, function(res) {
|
||||
|
||||
Reference in New Issue
Block a user