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 c7daad0 commit 4b2478bCopy full SHA for 4b2478b
src/textlint-rule-no-nfd.ts
@@ -2,7 +2,7 @@
2
"use strict";
3
import { matchCaptureGroupAll } from "match-index"
4
import { RuleHelper } from "textlint-rule-helper";
5
-import { TextlintRuleReporter } from "@textlint/types";
+import type { TextlintRuleReporter } from "@textlint/types";
6
7
const reporter: TextlintRuleReporter = function (context) {
8
const { Syntax, RuleError, report, fixer, getSource, locator } = context;
0 commit comments