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

Fix the backend eslint config #53

Closed
camjackson opened this issue Jun 18, 2016 · 2 comments
Closed

Fix the backend eslint config #53

camjackson opened this issue Jun 18, 2016 · 2 comments

Comments

@camjackson
Copy link
Contributor

camjackson commented Jun 18, 2016

I've removed eslint from the backend build for now.

There's a weird error where this line in the backend eslint config:

extends: '../.eslintrc.yml'

ends up resolving to itself and recursing forever. I'm pretty sure it's something to do with eslint's super confusing rules for resolving relative file paths: http://eslint.org/docs/user-guide/configuring#using-a-configuration-file

@camjackson
Copy link
Contributor Author

Possible cause: eslint/eslint#6450

This would explain why it started breaking when it was working before.

@camjackson
Copy link
Contributor Author

I think this is long-since resolved.

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

No branches or pull requests

1 participant