module.exports = { rules: { /** * 禁止出现没必要的字符串连接 */ 'no-useless-concat': 'error', }, }