You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am proposing that this config is reduced to a more minimal and less opinionated set of rules. A lot of repos have been disabling many of these rules because they can be quite disruptive, and build has stopped using them entirely. Instead of more repos disabling more of these rules I propose we cut it down to a much more minimal set of rules:
remove fp, standard, you-dont-need-lodash-underscore and ava plugins. fp is too opinionated. standard doesn't have much point with prettier. We don't need eslint to tell us not to use lodash. Ava is only used on certain repos, which can add it as needed.
Change most of the other plugins to use their "recommmended" rule sets
enable a very limited set of unicorn rules. I suggets that these be limited to: ones that catch actual mistakes, and ones that suggest easier ways to do things that people might not know about.
For the Unicorn rules, if we go ahead I will do a list and we can discuss the choices.
The text was updated successfully, but these errors were encountered:
I really wouldn't mind this at all. If we do go ahead and do this, having a good migration guide so it'll be easy for people to add to their repo's what they may have lost in this update would be essential for me. Otherwise it could take a lot of time, and the chances of people actually updating will be lower.
I am proposing that this config is reduced to a more minimal and less opinionated set of rules. A lot of repos have been disabling many of these rules because they can be quite disruptive, and
build
has stopped using them entirely. Instead of more repos disabling more of these rules I propose we cut it down to a much more minimal set of rules:For the Unicorn rules, if we go ahead I will do a list and we can discuss the choices.
The text was updated successfully, but these errors were encountered: