Replace deprecated URL parser

Fix up various linter errors
This commit is contained in:
Lovell Fuller
2019-09-22 22:46:28 +01:00
parent 14af0bda61
commit 9c7f6fcb2b
9 changed files with 402 additions and 397 deletions

View File

@@ -73,7 +73,7 @@ describe('Linear adjustment', function () {
assert.throws(function () {
sharp(fixtures.inputPngOverlayLayer1)
.linear(undefined, { 'bar': 'baz' });
.linear(undefined, { bar: 'baz' });
});
});
});