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 9
9
createKeyFromKey ,
10
10
restoreToSurfaceFromKey
11
11
} from "./token-utils" ;
12
- import { TextlintRuleModule , TextlintRuleOptions } from "@textlint/types" ;
13
12
import { TxtNode } from "@textlint/ast-node-types" ;
13
+ import { TextlintRuleModule } from "@textlint/types" ;
14
14
import { StringSource } from "textlint-util-to-string" ;
15
15
16
16
/**
@@ -77,7 +77,7 @@ export interface Options {
77
77
78
78
TODO: need abstraction
79
79
*/
80
- const report : TextlintRuleModule = function ( context , options : TextlintRuleOptions < Options > = { } ) {
80
+ const report : TextlintRuleModule < Options > = function ( context , options = { } ) {
81
81
const helper = new RuleHelper ( context ) ;
82
82
// 最低間隔値
83
83
const minInterval = options . min_interval || defaultOptions . min_interval ;
You can’t perform that action at this time.
0 commit comments