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 compatibility error caused by ESLint 8.40.0 update #60

Merged
merged 10 commits into from
May 7, 2023

Conversation

phanect
Copy link
Owner

@phanect phanect commented May 7, 2023

Closes #59

context object is now frozen by ESLint side and no-longer modifiable by _context.options.unshift(eslintOption).
To resolve this problem, overwrite the `options` property on clone.
Expect latest ESLint version to avoid unexpected compatibility issue.
@phanect phanect self-assigned this May 7, 2023
@phanect phanect force-pushed the fix/eslint-update branch 2 times, most recently from 2584811 to 6c7df0c Compare May 7, 2023 15:13
@phanect phanect merged commit ed56efd into main May 7, 2023
1 check passed
@phanect phanect deleted the fix/eslint-update branch May 7, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin breaks with eslint 8.40.0
1 participant