This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
.eslintrc extends
not working
#5
Comments
I'm having this issue too. Any ideas? |
Interesting. The reason is that eslint is a npm package. What it normally would do is However, this is some 'standalone' version of eslint running in the ruby environment, which doesn't know about node_modules and all of that. Correct me if i'm wrong, but I don't think this is going to work. @sandlerr ? ideas? |
Couple of thoughts...
|
2 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Our
.eslintrc
file"extends": "eslint-config-airbnb",
but with this configuration we don't receive the expected errors from our code (no errors are returned). Without this line, some errors are returned but obviously not all errors we expect.The text was updated successfully, but these errors were encountered: