Skip to content

Commit

Permalink
Update ast.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Dec 13, 2024
1 parent c56d089 commit 2e99f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/lib/types/ast.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as estree from "estree";

export interface Document extends Parser.DocumentNode {
parent: null;
childrent: Array<Tag | Text | Comment>;
children: Array<Tag | Text | Comment>;
}

export interface Doctype extends Parser.DoctypeNode {
Expand Down

0 comments on commit 2e99f35

Please sign in to comment.