Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing error: '>' expected #178

Closed
4 tasks done
laterdayi opened this issue Feb 25, 2023 · 2 comments
Closed
4 tasks done

Parsing error: '>' expected #178

laterdayi opened this issue Feb 25, 2023 · 2 comments
Labels
needs repro Need a minimal repository that can reproduce the problem.

Comments

@laterdayi
Copy link

laterdayi commented Feb 25, 2023

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

  • I'm using eslint-plugin-vue.
  • I'm sure the problem is a parser problem. (If you are not sure, search for the issue in eslint-plugin-vue repo and open the issue in eslint-plugin-vue repo if there is no solution.
  • I have tried restarting my IDE and the issue persists.
  • I have updated to the latest version of the packages.

What version of ESLint are you using?

last

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

  • vue-eslint-parser@last
  • eslint-plugin-vue@last

What did you do?

es.config

/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution');

module.exports = {
  root: true,
  env: {
    node: true,
    es6: true
  },
  parser: 'vue-eslint-parser',
  plugins: ['standard-recommended'],
  extends: [
    'plugin:vue/vue3-essential',
   
@ota-meshi ota-meshi added the needs repro Need a minimal repository that can reproduce the problem. label Feb 25, 2023
@laterdayi
Copy link
Author

@ota-meshi
Copy link
Member

Duplicate of #176

@ota-meshi ota-meshi marked this as a duplicate of #176 Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Need a minimal repository that can reproduce the problem.
Projects
None yet
Development

No branches or pull requests

2 participants