File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 createKeyFromKey ,
1010 restoreToSurfaceFromKey
1111} from "./token-utils" ;
12- import { TextlintRuleModule , TextlintRuleOptions } from "@textlint/types" ;
1312import { TxtNode } from "@textlint/ast-node-types" ;
13+ import { TextlintRuleModule } from "@textlint/types" ;
1414import { StringSource } from "textlint-util-to-string" ;
1515
1616/**
@@ -77,7 +77,7 @@ export interface Options {
7777
7878 TODO: need abstraction
7979 */
80- const report : TextlintRuleModule = function ( context , options : TextlintRuleOptions < Options > = { } ) {
80+ const report : TextlintRuleModule < Options > = function ( context , options = { } ) {
8181 const helper = new RuleHelper ( context ) ;
8282 // 最低間隔値
8383 const minInterval = options . min_interval || defaultOptions . min_interval ;
You can’t perform that action at this time.
0 commit comments