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  阅读(309)  评论(0编辑  收藏  举报