module.exports = { rules: { /** * 禁止使用 new 来生成 String, Number 或 Boolean */ 'no-new-wrappers': 'error', }, }