UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 223 B
module.exports = { rules: { /** * 约束自定义标签的命名规则 * @category Uncategorized * @fixable */ 'vue/component-name-in-template-casing': 'off' } };