Skip to content

Commit

Permalink
fix: update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 6, 2023
1 parent c7daad0 commit 4b2478b
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 565 deletions.
2 changes: 1 addition & 1 deletion src/textlint-rule-no-nfd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"use strict";
import { matchCaptureGroupAll } from "match-index"
import { RuleHelper } from "textlint-rule-helper";
import { TextlintRuleReporter } from "@textlint/types";
import type { TextlintRuleReporter } from "@textlint/types";

const reporter: TextlintRuleReporter = function (context) {
const { Syntax, RuleError, report, fixer, getSource, locator } = context;
Expand Down
Loading

0 comments on commit 4b2478b

Please sign in to comment.