当前位置:网站首页 > Vue.js开发 > 正文

vue3开启eslint之后报错:error Parsing error: ‘>‘ expected

eslint文件需要添加这两个配置:

{ 
    "env": { 
    "browser": true, "es2021": true }, "parser": "vue-eslint-parser", "extends": [ "eslint:recommended", "plugin:vue/essential", "plugin:@typescript-eslint/recommended" ], "parserOptions": { 
    "ecmaVersion": 2020, "parser": "@typescript-eslint/parser", "sourceType": "module" }, "plugins": ["vue", "@typescript-eslint"], "rules": { 
   } } 

在这里插入图片描述

到此这篇vue3开启eslint之后报错:error Parsing error: ‘>‘ expected的文章就介绍到这了,更多相关内容请继续浏览下面的相关推荐文章,希望大家都能在编程的领域有一番成就!

版权声明


相关文章:

  • vue中动画效果的实现2024-12-01 08:27:08
  • js中的同步与异步的理解2024-12-01 08:27:08
  • webpack5学习与实战-(六)-babel-loader解析js文件2024-12-01 08:27:08
  • vue2使用脚手架配置prettier报错:‘prettier/prettier‘: context.getPhysicalFilename is not a function2024-12-01 08:27:08
  • inquirer:命令行中与用户进行交互的js库2024-12-01 08:27:08
  • 模块化使用vuex2024-12-01 08:27:08
  • vue3的语法使用总结api2024-12-01 08:27:08
  • vue项目history路由的配置2024-12-01 08:27:08
  • copyWebpackPlugin的使用及常见问题(glob及Path ............... is not in cwd)2024-12-01 08:27:08
  • 安装vue-devtool2024-12-01 08:27:08
  • 全屏图片