helixbass / eslint-plugin-coffee

ESLint rules for linting Coffeescript source files
MIT License
24 stars 2 forks source link

Add coffee/import-recommended #66

Open edemaine opened 3 years ago

edemaine commented 3 years ago

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.