From ae8a60eefb3381f7963a775e363218795c95455f Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Wed, 5 May 2021 10:42:53 +0200 Subject: [PATCH] chore: fix lint --- lib/datasource/metadata.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datasource/metadata.ts b/lib/datasource/metadata.ts index 7aef15c547..d3d8564090 100644 --- a/lib/datasource/metadata.ts +++ b/lib/datasource/metadata.ts @@ -1,10 +1,10 @@ import URL from 'url'; +import is from '@sindresorhus/is'; import parse from 'github-url-from-git'; import { DateTime } from 'luxon'; import * as hostRules from '../util/host-rules'; import { validateUrl } from '../util/url'; import type { ReleaseResult } from './types'; -import is from '@sindresorhus/is'; // Use this object to define changelog URLs for packages // Only necessary when the changelog data cannot be found in the package's source repository -- GitLab