module.exports = { rules: { /** * 禁止在构造函数中返回值 */ 'no-constructor-return': 'error', }, }