UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 149 B
module.exports = { rules: { /** * 有默认值的参数必须放在函数参数的末尾 */ 'default-param-last': 'off', }, };