module.exports = { rules: { /** * 禁止使用 alert */ 'no-alert': 'off', }, }