fix: apply ESLint rule vue/next-tick-style

This commit is contained in:
iamsivin
2024-07-26 00:14:23 +05:30
parent a52e93bf50
commit 602b0d19ca
+1
View File
@@ -27,6 +27,7 @@ module.exports = {
'import/no-unresolved': 'off',
'vue/html-indent': 'off',
'vue/multi-word-component-names': 'off',
'vue/next-tick-style': ['error', 'callback'],
'vue/component-tags-order': [
'error',
{