# no-dupe-args

> 来自 [eslint:recommended](https://eslint.org/docs/rules/) 的规则。

> 禁止 function 定义中出现重名参数

## 参考文档

- [no-dupe-args 官方文档](https://eslint.org/docs/rules/no-dupe-args)
- [no-dupe-args 中文教程](https://eslint.cn/docs/rules/no-dupe-args)
