Closed
Description
What problem does this feature solve?
It allows for plugins to be scoped.
In my case I have my own eslint config so I was trying to publish a plugin for only my use. In this case @corbinu/vue-cli-plugin-lint
. However none of the invoke commands were working. I believe that the regex for the hasPlugin function in PluginAPI.js simply needs to expanded slightly.
What does the proposed API look like?
The api would look the same it would simply also work for plugins in a private npm scope.