UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 143 B
module.exports = { rules: { /** * watch 中禁止使用箭头函数 */ 'vue/no-arrow-functions-in-watch': 'error', }, };