module.exports = { rules: { /** * 禁止使用 new 来生成 Symbol */ 'no-new-symbol': 'error', }, }