module.exports = { rules: { /** * 禁止出现没必要的转义 * @reason 转义可以使代码更易懂 */ 'no-useless-escape': 'off', }, }