# no-new-symbol

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

> 禁止 Symbolnew 操作符和 new 一起使用

## 参考文档

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