# no-unsafe-negation
> 来自 [eslint:recommended](https://eslint.org/docs/rules/) 的规则。
> 禁止对关系运算符的左操作数使用否定操作符
## 参考文档
- [no-unsafe-negation 官方文档](https://eslint.org/docs/rules/no-unsafe-negation)
- [no-unsafe-negation 中文教程](https://eslint.cn/docs/rules/no-unsafe-negation)