module.exports = { rules: { /** * 优先使用正则表达式字面量,而不是 RegExp 构造函数 */ 'prefer-regex-literals': 'error', }, }