-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
Fails with eslint 8.40.0: TypeError: Cannot read properties of undefined (reading 'getAllComments') #718
Comments
Discussing it here eslint/eslint#17167 |
I started experiencing this problem yesterday, downgrading xo to |
Appears the issue is actually with an older version of Apparently upgrading that plugin resolves the issue re: eslint/eslint#17167 (comment). We may be able to resolve this issue by upgrading Line 79 in 4bf9631
Opened a bump PR up over here. |
The issue was fixed in eslint-plugin-unicorn 46.0.1 (not 47): https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v46.0.1 |
Alright, let's do a bump to 46.0.1. |
… acidic blood (test failures) - xojs/xo#718
Closing. Solution
|
Upgrading eslint from 8.39.0 to 8.40.0 (released an hour ago) causes xo to fail with this error.
The text was updated successfully, but these errors were encountered: