Closed
Description
I was thinking a little how to allow/disallow functions from official plugins vuex
and vue-route
, and i don't want to add by default rules to tell that names are reserved, or you can use this component etc....
I think we need some sort of flags to disable/enable official plugin support. If its possible in similar way as Environments
are set up in eslint.
By default support both of plugins should be enabled but optionally user will be able to disable them.
Let me know what do you think about this