UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 241 B
module.exports = { rules: { /** * 属性的等号前后禁止有空格 * @category Improving Readability * @fixable */ 'vue/no-spaces-around-equal-signs-in-attribute': 'error' } };