UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 143 B
module.exports = { rules: { /** * 限制组件名称的命名规范 */ 'vue/component-options-name-casing': 'off', }, };