From 7f01b3fef06e3ffe479629fc5b9c642aa1c006dc Mon Sep 17 00:00:00 2001 From: Ovidiu Bute Date: Mon, 31 Dec 2018 14:46:42 +0200 Subject: [PATCH] Fix object shorthand linting error. --- types/linkifyjs/linkifyjs-tests.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/linkifyjs/linkifyjs-tests.tsx b/types/linkifyjs/linkifyjs-tests.tsx index 1681932176..2ec3979134 100644 --- a/types/linkifyjs/linkifyjs-tests.tsx +++ b/types/linkifyjs/linkifyjs-tests.tsx @@ -161,7 +161,7 @@ describe("linkifyjs/react", () => { Linkify, { tagName: "p", - options: options + options }, React.createElement("span", content) ),