fix: apply ESLint rule vue/no-this-in-before-route-enter

This commit is contained in:
iamsivin
2024-07-26 08:55:24 +05:30
parent 03b81a1ead
commit 48fef92dbb
+1
View File
@@ -130,6 +130,7 @@ module.exports = {
autofix: false,
},
],
'vue/no-this-in-before-route-enter': 'error',
'vue/max-attributes-per-line': [
'error',
{