Question about subfolders
See original GitHub issueHi, I have a folder structure like:
src/helpers/
src/abcd/helpers/
If i have an alias “helpers” for src/helpers then the resolver tries to resolve src/abcs/helpers to that alias too and then eslint throws import/no-unresolved.
Wanted to know if i am doing something wrong or if this is not supported.
Thanks
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Subfolders based on answers in multiple choice questions
In Form Publisher, you can send generated documents into subfolders based on what respondents select in multiple choice questions.
Read more >File management | Computers - Quizizz
Question 1. SURVEY. Ungraded ... Sub folder. Directory structure ... The arrangement of folders into parent and subfolders is called the. answer choices....
Read more >How to Create Subfolders for Assignments and Questions ...
To create a subfolder for questions, click on Questions and then My Questions. 2. Click on the folder you want to create a...
Read more >Folder and sub-folder permissions - Question and answer
hi! is subfolders inherit its parent folder permissions by default, meaning If I want certain users will be able to access the subfolder...
Read more >general question about the limitation of subfolders - IBM Support
Hello,. the subject is already the question. For a better organisation of the report I want to create more subfolders levels.(subfolders in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@parvezalisha After much thought, I think your problem is caused by a bug of this plugin, not the order of configuration. The bug, actually, is specially designed as a feature to resolve
path/to/file
topath/from/file
with the configuration of['to', 'from']
, but it now seems problematic. I have fixed it in version1.1.2
and welcome to upgrade to that. Sorry for the trouble to you and thanks.@johvin it works fine now. Thanks.