Closed
Description
The version of ESLint you are using.
7.12.0 is current latest
The problem you want to solve.
I want to extend from a scoped npm package which doesn't have eslint-config
as a prefix.
module.exports = {
extends: '@example/myconfig',
};
Your take on the correct solution to problem.
I'm not sure there's more to describe here without going into implementation.
Are you willing to submit a pull request to implement this change?
At the moment, I can't commit to doing this, no.