-
-
Notifications
You must be signed in to change notification settings - Fork 108
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 v9 compatibility (TypeError: context.getScope is not a function) #144
Comments
Thanks for the report, I'll take a look. |
The problem is still alive in eslint ^9.2.0. Should I open another issue? |
@dmitriyrotaenko please file a new issue with a repro, thanks! 🙏 |
same here: eslint.config.js:
|
This has nothing to do with the version of ESLint. Please make sure you have upgraded your |
I got the same issue, and I didn't use eslint-plugin-security in my project. |
I get the same error when running Deps:
|
Okay, it seems like people are a bit confused: this repository is only for |
What version of eslint-plugin-security are you using?
2.1.1
ESLint Environment
Node version: v20.12.1
npm version: 10.5.0
Local ESLint version: v9.0.0
Global ESLint version: -
Operating System: MacOS 14.4.1
What parser are you using?
@typescript-eslint/parser
What did you do?
Configuration
What did you expect to happen?
I expected the lint to run without errors
What actually happened?
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: