feat: scope edge and node slots by name
* node, edge names slots scoped as `edge/node-${edge/node-type}`
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
const baseRules = {
|
||||
'vue/valid-v-slot': [
|
||||
'error',
|
||||
{
|
||||
allowModifiers: true,
|
||||
},
|
||||
],
|
||||
'prettier/prettier': ['error', {}, { usePrettierrc: true }],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user