Describe the bug
VueDX crashes on new Nuxt 3 project
To Reproduce
Steps to reproduce the behavior:
Create a Nuxt project with npx nuxi init nuxt-app
Run yarn install inside the project's directory
Run yarn nuxi typecheck inside the project's directory
Install eslint with yarn add eslint -D
Initialize eslint with yarn eslint --init
eslint questions / answers
? How would you like to use ESLint? …
❯ To check syntax, find problems, and enforce code style
? What type of modules does your project use? …
❯ JavaScript modules (import/export)
? Which framework does your project use? …
❯ Vue.js
Does your project use TypeScript? › Yes
? Where does your code run? …
✔ Node
? How would you like to define a style for your project? …
❯ Use a popular style guide
? Which style guide do you want to follow? …
❯ Standard
? What format do you want your config file to be in? …
❯ JavaScript
The config that you've selected requires the following dependencies:
....
? Would you like to install them now? › Yes
? Which package manager do you want to use? …
❯ yarn
Open app.vue and save the file
Expected behavior
VueDX should work and the error should not appear.
Info (please complete the following information):
MacOS with Nuxt 3
Describe the bug VueDX crashes on new Nuxt 3 project
To Reproduce Steps to reproduce the behavior:
npx nuxi init nuxt-app
yarn install
inside the project's directoryyarn nuxi typecheck
inside the project's directoryyarn add eslint -D
yarn eslint --init
eslint questions / answers
app.vue
and save the fileExpected behavior VueDX should work and the error should not appear.
Info (please complete the following information): MacOS with Nuxt 3