# no-undef

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

disallow the use of undeclared variables unless mentioned in `/*global */` comments

## 参考文档

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