UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 239 B
module.exports = { rules: { /** * 限制每行允许的最多属性数量 * @category Improving Readability * @reason 没必要限制 */ 'vue/max-attributes-per-line': 'off' } };