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

Inherit default ESLint recommended rules after updating to ESLint 1.0 #2

Closed
pdehaan opened this issue Jul 31, 2015 · 1 comment
Closed

Comments

@pdehaan
Copy link
Owner

pdehaan commented Jul 31, 2015

Per http://eslint.org/docs/1.0.0/user-guide/migrating-to-1.0.0, I think we'll just need to add this to the root /index.js:

extends: 'eslint:recommended'

But from my casual testing, this will fail on anybody using eslint@0.24.1 or lower, so probably just bump the package.json version to 2.0.0 considering it's a non-backwards compat breaking change.

@pdehaan
Copy link
Owner Author

pdehaan commented Aug 1, 2015

Fixed by #3

@pdehaan pdehaan closed this as completed Aug 1, 2015
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

1 participant