ESLint: 'require' is not defined.txt

ESLint: 'require' is not defined.txt
参考:https://blog.csdn.net/u013253924/article/details/84032944
在 .eslintrc.js 中,
"env": {
        "browser": true,
        "es6": true,
        "node": true
    },
搞定!
发布了197 篇原创文章 · 获赞 61 · 访问量 11万+

猜你喜欢

转载自blog.csdn.net/weixin_42193179/article/details/104907534