UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 203 B
module.exports = { rules: { /** * 禁止出现连续空格 * @category Improving Readability * @fixable */ 'vue/no-multi-spaces': 'error' } };