@mundoit-lib/plugin-vue-event
Version:
Vue 3 plugin to handle global events between components, inspired by vue-events. This plugin provides a simple and efficient event bus system, allowing to emit, listen and unregister events in an intuitive way. Compatible with Vue 2 and Vue 3.
43 lines • 1.01 kB
JSON
{
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"biomejs.biome": {
"formatOnSave": true,
"formatOnPaste": true,
"formatOnType": true,
"formatOnSaveTimeout": 5000,
"formatOnPasteTimeout": 5000,
"formatOnTypeTimeout": 5000,
"formatOnSaveOptions": {
"tabSize": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 80
},
"formatOnPasteOptions": {
"tabSize": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 80
},
"formatOnTypeOptions": {
"tabSize": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 80
}
}
}