-
Notifications
You must be signed in to change notification settings - Fork 91
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
Eslint 8 deprecated rules context
: planned failure Eslint 9
#154
Comments
This issue relates to the blog Preparing your custom rules for ESLint v9.0.0 published on Sep 26, 2023. |
The incompatible methods need special handling, see since their replacements were only added in later ESLint |
|
|
🎉 This issue has been resolved in version 3.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue
Eslint 8 shows deprecation warnings for planned removal in Eslint 9:
context.getScope()
context.getAncestors()
context.getAncestors()
Versions
[email protected]
[email protected]
Ubuntu
22.04.4
LTSNode.js
20.12.2
LTSSteps to reproduce
Ubuntu
22.04.4
LTS, Node.js20.12.2
LTSLogs
Related
npm ci
on repo source #153Edit: updated after merge of PR #151
The text was updated successfully, but these errors were encountered: