UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 243 B
module.exports = { rules: { /** * 标签属性必须按规则排序 * @category Minimizing Arbitrary Choices and Cognitive Overhead * @fixable */ 'vue/attributes-order': 'error' } };