module.exports = { rules: { /** * 禁止在正则表达式中出现连续的空格 */ 'no-regex-spaces': 'error', }, }