module.exports = { rules: { /** * 禁止没必要的 return */ 'no-useless-return': 'off', }, }