UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 138 B
module.exports = { rules: { /** * 限制自定义组件的属性风格 */ 'vue/attribute-hyphenation': 'off', }, };