UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 158 B
module.exports = { rules: { /** * 禁止将有默认值的 prop 设为必选属性 */ 'vue/no-required-prop-with-default': 'off', }, };