module.exports = { rules: { /** * 函数的参数禁止超过 3 个 */ 'max-params': ['off', 3], }, }