warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
Vue3.0 + Typescript 项目中warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
·
Vue3.0 + Typescript 项目中,一旦使用any类型就会出现如下警告:
如要关闭any类型的警告:
- 在 .eslintrc.js文件中找到rules配置,添加如下代码
"@typescript-eslint/no-explicit-any": ["off"]
- 添加完成后,重新运行项目。
更多推荐
已为社区贡献15条内容
所有评论(0)