module.exports = { rules: { /** * 必须使用 ...args 而不是 arguments */ 'prefer-rest-params': 'off', }, }