More linting

This commit is contained in:
Zef Hemel
2023-11-21 16:56:21 +01:00
parent 2aed9e5685
commit 9b89330ec9
6 changed files with 127 additions and 10 deletions
+5
View File
@@ -46,6 +46,11 @@ export type PublishEvent = {
name: string;
};
export type LintEvent = {
name: string;
tree: ParseTree;
};
export type CompleteEvent = {
pageName: string;
linePrefix: string;