module.exports = { rules: { /** * 禁止 throw 字面量,必须 throw 一个 Error 对象 */ 'no-throw-literal': 'error', }, }