mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⬆️ Update packages to latest version on n8n-editor-ui
This commit is contained in:
@@ -5,7 +5,6 @@ module.exports = {
|
||||
},
|
||||
'extends': [
|
||||
'plugin:vue/essential',
|
||||
'@vue/standard',
|
||||
'@vue/typescript',
|
||||
],
|
||||
rules: {
|
||||
@@ -18,6 +17,6 @@ module.exports = {
|
||||
'no-labels': 0,
|
||||
},
|
||||
parserOptions: {
|
||||
parser: 'typescript-eslint-parser',
|
||||
parser: '@typescript-eslint/parser',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user