We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927ebc7 commit 8446573Copy full SHA for 8446573
src/no-dead-link.ts
@@ -9,8 +9,8 @@ import pMemoize from "p-memoize";
9
import PQueue from "p-queue";
10
import * as http from "http";
11
import * as https from "https";
12
-import { TextlintRuleReporter } from "@textlint/types";
13
-import { TxtNode } from "@textlint/ast-node-types";
+import type { TextlintRuleReporter } from "@textlint/types";
+import type { TxtNode } from "@textlint/ast-node-types";
14
15
export type Options = {
16
checkRelative: boolean; // {boolean} `false` disables the checks for relative URIs.
0 commit comments