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', {