Babel ESLint: TypeError: Cannot read property 'range' of null

删除回忆录丶 提交于 2019-12-01 16:29:32

Prior to ESLint supporting ES2017 async/await natively, babel-eslint included workarounds that were removed in babel-eslint@7.0.0. You should either upgrade babel-eslint to v7 or, if you can't do that, use eslint-plugin-babel's patched generator-star-spacing rule.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!