mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(editor): Drop vue-typed-mixins (no-changelog) (#6257)
This commit is contained in:
committed by
GitHub
parent
79d0a0f247
commit
ebb3aaf61e
@@ -25,5 +25,11 @@ module.exports = {
|
||||
'vue/no-deprecated-slot-scope-attribute': 'error',
|
||||
'vue/no-multiple-template-root': 'error',
|
||||
'vue/v-slot-style': 'error',
|
||||
|
||||
// TODO: remove these
|
||||
'vue/no-unused-components': 'warn',
|
||||
'vue/return-in-computed-property': 'warn',
|
||||
'vue/no-mutating-props': 'warn',
|
||||
'@typescript-eslint/no-floating-promises': 'warn',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user