module.exports = { rules: { /** * 必须使用模版字符串而不是字符串连接 */ 'prefer-template': 'off', }, }