会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
bug源
这个人很懒,所以暂时只有这么些......
博客园
首页
新随笔
联系
订阅
管理
2021年7月15日
eslintrc提示属性未定义
摘要: 记录eslintrc提示属性未定义的处理方式 例如提示: http://eslint.org/docs/rules/no-undef '__static' is not defined 处理: .eslintrc.js 添加代码 "globals": { "__static": true },
阅读全文
posted @ 2021-07-15 11:19 bugSource
阅读(331)
评论(0)
推荐(0)
编辑
公告