From 602b0d19ca0b3e4ec6c1d5553c87aa57f0e63f2a Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 26 Jul 2024 00:14:23 +0530 Subject: [PATCH] fix: apply ESLint rule vue/next-tick-style --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 5e6b7be07..3783d8b85 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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', {