module.exports = { rules: { /** * 有默认值的参数必须放在函数参数的末尾 */ 'default-param-last': 'off', }, }