Update semistandard linter to latest

This commit is contained in:
Lovell Fuller
2018-11-11 18:05:40 +00:00
parent 1c4f6f75f3
commit 03394556b5
11 changed files with 55 additions and 55 deletions

View File

@@ -54,7 +54,7 @@ describe('Extend', function () {
});
it('partial object fails', function () {
assert.throws(function () {
sharp().extend({top: 1});
sharp().extend({ top: 1 });
});
});