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
@AdamBrodzinski I didn't notice until today that you snuck in the airbnb eslint config :) Since it's extremely strict about whitespace, dangling commas, and other stylistic things, I'd rather replace it with a more generic eslint config at some point, basically just eslint:recommended with maybe a few tweaks.
The text was updated successfully, but these errors were encountered:
lol, yea I thought I mentioned that 😆 A less strict one would be totally fine. The default eslint won't lint ES6/7 so i'm sure there's one that will work.
Threre's also a way to run eslint through webpack so that it will fail the build on an error. Not sure if this is better or not. We would still need the .eslintrc for editors though.
@AdamBrodzinski I didn't notice until today that you snuck in the airbnb eslint config :) Since it's extremely strict about whitespace, dangling commas, and other stylistic things, I'd rather replace it with a more generic eslint config at some point, basically just
eslint:recommended
with maybe a few tweaks.The text was updated successfully, but these errors were encountered: