module.exports = { rules: { /** * 禁止直接 new Object */ 'no-new-object': 'error', }, }