UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 138 B
module.exports = { rules: { /** * nextTick 必须使用 Promise 模式调用 */ 'vue/next-tick-style': 'off', }, };