extension name is required now
This commit is contained in:
@@ -7,7 +7,7 @@ export interface ExtensionConfig<Options = any, Commands = {}> {
|
||||
/**
|
||||
* Name
|
||||
*/
|
||||
name?: string,
|
||||
name: string,
|
||||
|
||||
/**
|
||||
* Default options
|
||||
|
||||
Reference in New Issue
Block a user