Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make more generic eslint config with no stylistic defaults #31

Open
jedwards1211 opened this issue Sep 1, 2015 · 3 comments
Open

make more generic eslint config with no stylistic defaults #31

jedwards1211 opened this issue Sep 1, 2015 · 3 comments

Comments

@jedwards1211
Copy link
Owner

@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.

@AdamBrodzinski
Copy link
Collaborator

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.

@AdamBrodzinski
Copy link
Collaborator

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.

@jedwards1211
Copy link
Owner Author

Yeah i have that working in another project, so eventually I could port it to this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants