UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 159 B
module.exports = { rules: { /** * 禁止在 beforeRouteEnter 方法中使用 this */ 'vue/no-this-in-before-route-enter': 'error', }, };