# no-with

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

> 禁用 with 语句

## 参考文档

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