Skip to content

Commit 22cfbfd

Browse files
authored
fix(script-compiler): require ext in TextlintWorkerCommandLint (#70)
1 parent e77217f commit 22cfbfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@textlint/script-compiler/src/CodeGenerator/worker-codegen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { TextlintScriptMetadata } from "@textlint/script-parser";
55
export type TextlintWorkerCommandLint = {
66
command: "lint";
77
text: string;
8+
ext: string;
89
ruleId?: string;
910
};
1011
export type TextlintWorkerCommandFix = {

0 commit comments

Comments
 (0)