vuejs / vue-eslint-parser

The ESLint custom parser for `.vue` files.
MIT License
435 stars 74 forks source link

Parsing error in VS 2022 #223

Open johnwc opened 4 months ago

johnwc commented 4 months ago

Before You File a Bug Report Please Confirm You Have Done The Following...

What version of ESLint are you using?

8.52

What version of eslint-plugin-vue and vue-eslint-parser are you using?

What did you do?

Configuration ``` module.exports ={ env: { browser: true, es2021: true }, extends: [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:vue/base", "plugin:vue/vue3-essential", "plugin:vue/vue3-recommended" ], parser: "vue-eslint-parser", parserOptions: { ecmaVersion: "latest", parser: { ts: '@typescript-eslint/parser', js: '@typescript-eslint/parser', '