This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 62
error with class properties #142
Comments
@Nabrok thanks for the report. I haven't been able to reproduce this, can you perhaps provide a small repo that reproduces the issue? |
Here's a simple example.
.eslintrc.yml ...
package.json
I thought it might be the arrow function, so I tried it without that but still the same problem. |
@Nabrok fix released in 5.1.0! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using 5.0.0 on a react component with class properties I get
context.getSourceCode is not a function
.Reverting back to 4.1.2 works.
The text was updated successfully, but these errors were encountered: