-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[import/extensions] ".." and "." import paths are incorrectly flagged as requiring an extension, when either is al local package #2844
Labels
Comments
@benasher44 a failing test case would be most helpful :-) |
Isn't that these? #2778 (comment) Basically they should be failing, so ideally ones makes a PR that makes these fail and then updates the tests |
kevinoid
added a commit
to kevinoid/node-project-template
that referenced
this issue
Sep 3, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/git-branch-is
that referenced
this issue
Sep 5, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/json-replace-exponentials
that referenced
this issue
Sep 5, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/json-stringify-raw
that referenced
this issue
Sep 5, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/nodecat
that referenced
this issue
Sep 5, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/openapi-transformer-base
that referenced
this issue
Sep 5, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/promise-nodeify
that referenced
this issue
Sep 5, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/swagger-spec-validator
that referenced
this issue
Sep 5, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/travis-status
that referenced
this issue
Sep 5, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/stream-compare
that referenced
this issue
Sep 6, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/promised-read
that referenced
this issue
Sep 6, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/inflate-auto
that referenced
this issue
Sep 15, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
kevinoid
added a commit
to kevinoid/json-replace-exponentials
that referenced
this issue
Oct 1, 2023
To work around import-js/eslint-plugin-import#2844 Signed-off-by: Kevin Locke <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #2778, we determined that this plugin incorrectly flags ".." and "." import paths, when those imports refer to a local package (with a package.json).
The text was updated successfully, but these errors were encountered: