Skip to content

Commit

Permalink
chore(html): remove unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Mar 4, 2024
1 parent 2bb1ad1 commit fe2d96f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/html/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export function create({
}: {
documentSelector?: DocumentSelector;
useDefaultDataProvider?: boolean;
useCustomDataProviders?: boolean;
isFormattingEnabled?(document: TextDocument, context: ServiceContext): Result<boolean>;
isAutoCreateQuotesEnabled?(document: TextDocument, context: ServiceContext): Result<boolean>;
isAutoClosingTagsEnabled?(document: TextDocument, context: ServiceContext): Result<boolean>;
Expand Down

0 comments on commit fe2d96f

Please sign in to comment.