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
It would be nice to have set of shared style rules that eslint can lint against so that no matter the collaborator - whether current or future - we ensure our code base is clean and consistent. This is even more important in an open-source environment.
I'd like to get your thoughts on it as well as what you guys have used at work or for side-projects? Or have you just developed your own rules over time? I've only used the AirBnB config over the years, though there are other popular ones (i'm not sure what they all are though). We can set up our CI so that merges to main (or all push actions) can run against these rules with Github Actions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey folks.
It would be nice to have set of shared style rules that eslint can lint against so that no matter the collaborator - whether current or future - we ensure our code base is clean and consistent. This is even more important in an open-source environment.
I'd like to get your thoughts on it as well as what you guys have used at work or for side-projects? Or have you just developed your own rules over time? I've only used the AirBnB config over the years, though there are other popular ones (i'm not sure what they all are though). We can set up our CI so that merges to main (or all push actions) can run against these rules with Github Actions.
AirBnB Style Guide
Standard JS
Beta Was this translation helpful? Give feedback.
All reactions