# no-undef

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

> 禁用未声明的变量，除非它们在 /_global _/ 注释中被提到

## 参考文档

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