Skip to content

Commit 4b2478b

Browse files
committed
fix: update lock
1 parent c7daad0 commit 4b2478b

File tree

2 files changed

+436
-565
lines changed

2 files changed

+436
-565
lines changed

src/textlint-rule-no-nfd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"use strict";
33
import { matchCaptureGroupAll } from "match-index"
44
import { RuleHelper } from "textlint-rule-helper";
5-
import { TextlintRuleReporter } from "@textlint/types";
5+
import type { TextlintRuleReporter } from "@textlint/types";
66

77
const reporter: TextlintRuleReporter = function (context) {
88
const { Syntax, RuleError, report, fixer, getSource, locator } = context;

0 commit comments

Comments
 (0)