From 93899eebabea8626587cadc37b028a3c48f39228 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Wed, 7 Jul 2021 18:44:32 +0700 Subject: Lint: Enable `comma-dangle` (#4545) --- source/features/one-click-pr-or-gist.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/features/one-click-pr-or-gist.tsx') diff --git a/source/features/one-click-pr-or-gist.tsx b/source/features/one-click-pr-or-gist.tsx index 806cd53d..58b8a8ad 100644 --- a/source/features/one-click-pr-or-gist.tsx +++ b/source/features/one-click-pr-or-gist.tsx @@ -36,7 +36,7 @@ function init(): void | false { value={radioButton.value} > {title} - + , ); } @@ -46,7 +46,7 @@ function init(): void | false { void features.add(__filebasename, { include: [ pageDetect.isCompare, - pageDetect.isGist + pageDetect.isGist, ], - init + init, }); -- cgit v1.2.3