UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 232 B
module.exports = { rules: { /** * 组件的属性必须为一定的顺序 * @category Minimizing Arbitrary Choices and Cognitive Overhead */ 'vue/order-in-components': 'error' } };