# no-self-assign

> 来自 [undefined](undefined) 的规则。

disallow assignments where both sides are exactly the same

## 参考文档

- [no-self-assign 官方文档](https://eslint.org/docs/rules/no-self-assign)
