UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 133 B
module.exports = { rules: { /** * 限制组件接口定义的模式 */ 'vue/component-api-style': 'off', }, };