mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Disable vue eslint rules that were conflicting with our formatting (no-changelog) (#16823)
This commit is contained in:
@@ -91,6 +91,10 @@ export const frontendConfig = tseslint.config(
|
||||
],
|
||||
'vue/no-v-html': 'error',
|
||||
|
||||
// Disabled as these conflict with our current formatting style, and we trust on prettier here.
|
||||
'vue/html-indent': 'off',
|
||||
'vue/max-attributes-per-line': 'off',
|
||||
|
||||
// TODO: remove these
|
||||
'vue/no-mutating-props': 'warn',
|
||||
'vue/no-side-effects-in-computed-properties': 'warn',
|
||||
|
||||
Reference in New Issue
Block a user