nuxt/eslint

use relative path for `import` in generated ESLint Config

chunglam2525 opened this issue · 0 comments

Describe the feature

Currently the generated eslint config .nuxt/eslint.config.mjs use absolute path for import.
This behaviour raise a problem when working with Docker Container and having .nuxt folder COPY from container to local.

Screenshot below shows the generated eslint config.
Screenshot 2024-04-16 at 5 50 08 PM

Additional information

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks