-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
Version
3.0.0-beta.15
Reproduction link
Steps to reproduce
Create a sample Vue project.
Open project in VS Code with eslint plugin.
Open "Home.vue" file, wait for errors to come.
What is expected?
No error in "Problems" tab.
What is actually happening?
Several eslint import problems like these:
Resolve error: require(...).promisify is not a function (import/no-unresolved)
Resolve error: require(...).promisify is not a function (import/no-extraneous-dependencies)
Resolve error: require(...).promisify is not a function (import/no-duplicates)
Resolve error: require(...).promisify is not a function (import/extensions)
Resolve error: require(...).promisify is not a function (import/no-named-as-default)
Resolve error: require(...).promisify is not a function (import/no-named-as-default-member)
Unable to resolve path to module '@/components/HelloWorld.vue'. (import/no-unresolved)
Please tell me if you need more information (especially versions but nearly everything is up to date), I'll be happy to help!
Metadata
Metadata
Assignees
Labels
No labels