I'm having trouble allowing imports from astro:*
prefixed paths.
#23
-
I was able to allow imports from pathAliases: {
baseUrl: "./",
paths: {
"node:*": ["*"]
}
} But no matter what I do I can't seem to allow imports from |
Beta Was this translation helpful? Give feedback.
Answered by
Igorkowalski94
Nov 22, 2024
Replies: 2 comments 12 replies
-
Could you show me what the error displays when you have debugMode enabled? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/Igorkowalski94/eslint-plugin-project-structure/releases/tag/v3.10.4 @DeepDoge