Skip to content

Commit

Permalink
Add eslint directive for sitePages property in IPreviewSitePagesConte…
Browse files Browse the repository at this point in the history
…ntOptions interface
  • Loading branch information
amitjoshi committed Nov 28, 2024
2 parents 22dc98f + 8fad281 commit 32bb589
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export interface ICreateSiteOptions {

export interface IPreviewSitePagesContentOptions {
// siteName: string;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
sitePages: any[];
stream: vscode.ChatResponseStream;
extensionContext: vscode.ExtensionContext;
Expand Down

0 comments on commit 32bb589

Please sign in to comment.