Skip to content

Commit

Permalink
types(emmet): make options optional
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 2, 2024
1 parent 9649e1c commit a2a5127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/emmet/index.ts
Expand Up @@ -28,7 +28,7 @@ export function create({
mappedModes = {},
}: {
mappedModes?: Record<string, string>;
}): LanguageServicePlugin {
} = {}): LanguageServicePlugin {
return {
name: 'emmet',
// https://docs.emmet.io/abbreviations/syntax/
Expand Down

0 comments on commit a2a5127

Please sign in to comment.