a***@qq.com
a***@qq.com
  • 发布:2024-03-27 10:24
  • 更新:2024-05-08 17:00
  • 阅读:265

eslint-vue 如何配置才能修复 [eslint-vue] Parsing error: Unexpected token :

分类:HBuilderX

hbuilderx如何配置才能修复[eslint-vue] Parsing error: Unexpected token :

function test(index: any) {}

上述方法标注类型报错,通过各种配置eslint都不生效,各种找不到模块

2024-03-27 10:24 负责人:无 分享
已邀请:
a***@veehui.com

a***@veehui.com

之前需要加: any,4.14版本下我删了 : any 就不报错了

a***@veehui.com

a***@veehui.com

或者你试一下在 工具->设置 .eslintrc.js中加入
'parser': '@typescript-eslint/parser'

a***@veehui.com

a***@veehui.com

npm install babel-eslint --save-D
'parser': 'babel-eslint'

要回复问题请先登录注册