-
Notifications
You must be signed in to change notification settings - Fork 5
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
Time-out issues after setting eslint rules #207
Comments
This appears to be a major issue. @anubra266 do you have a clue on what's the bottleneck? |
@gajus I've not encountered this, but I'll see if I can reproduce later in the evening. Any more helpful errors from your editor logs would be helpful BTW |
Will spend some time debugging this today, but when I attempt to use this plugin in our project, ESLint goes entirely to a halt. |
Just tried again. If you run eslint with |
I didn't validate this, but I am 80% sure that the reason for this is because the current implementation does not cache the results of:
and
|
@anubra266 I will happily submit a PR if that's the blocker here. |
@gajus Feel free to open a PR |
I tried installing this eslint plugin today:
"@pandacss/eslint-plugin": "^0.2.3",
I added the plugin like this in my eslint config:
And then as soon as i add rules and restart my ESLint server, i get:
And ESLint no longer works.
These are the rules i added:
Any idea what's going on here? Thanks.
The text was updated successfully, but these errors were encountered: