DockYard / eslint-plugin-ember-suave

DockYard's ESLint plugin for Ember apps
MIT License
53 stars 10 forks source link

Suggestion to rename the package #51

Open xcambar opened 7 years ago

xcambar commented 7 years ago

In my company, we use this plugin as our base set of rules for all our JS projects.

Many of our newcomers don't understand though why, in a non-Ember project, we use a set of rules "for Ember". This is until they read the code and realise that this plugin is a global set of rules with only very little specifics for Ember:

This led me to wondering whether it could a good idea to rename the project so it reflects better what it is and what is, IMO, the best description of the project, as per the README:

a recommended configuration based on DockYard's styleguide.

So, how about eslint-plugin-dockyard?

brzpegasus commented 7 years ago

This has been in the back of my mind, and I've been wanting to gather consensus within the team on moving in that direction as well. The name of ember-suave was carried over from the previous, JSCS-based version of this repo for no other reason than continuity, but eslint-plugin-dockyard makes total sense.

bcardarella commented 6 years ago

If the project is being renamed can a patch release still be done under this project that emits a warning telling people about the new name and that they should switch?