exportdefault {
stylePrefix: 'com-',
// Default array of commandsdefaults: [],
// If true, stateful commands (with `run` and `stop` methods) can't be runned multiple times.// So, if the command is already active, running it again will not execute the `run` methodstrict: 1
};