eslint-plugin-import defines the "canned configs" plugin:import/errors, plugin:import/warnings, and plugin:import/recommended. Should these be exported as coffee/import-recommended, etc.?
I just tried using extends: plugin:import/recommended after plugin:coffee/import and it worked fine. So an alternative would be to just add this to the README.
eslint-plugin-import defines the "canned configs"
plugin:import/errors
,plugin:import/warnings
, andplugin:import/recommended
. Should these be exported ascoffee/import-recommended
, etc.?I just tried using
extends: plugin:import/recommended
afterplugin:coffee/import
and it worked fine. So an alternative would be to just add this to the README.