David Barral
Results
2
comments of
David Barral
Any update about when this is going to be merged/released?
The same problem arises when having something like this: ``` // eslint config "import/core-modules": ["my-module"] ``` ``` // code import x from "my-module/x"; ``` This will cause a `'my-module' shoudl...