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

Not compatible with eslint 9+. Invalid languageOptions.globals object key "AudioWorkletGlobalScope " #1269

Open
k-paxian opened this issue Jan 7, 2025 · 1 comment

Comments

@k-paxian
Copy link

k-paxian commented Jan 7, 2025

With latest eslint 9.17.0
They now validating the configs before applying them

this.language.validateLanguageOptions(this.languageOptions);

So it fails to apply this plugin 🤷

image
image

Also it needs to be aligned with this new way of defining globals
https://eslint.org/docs/latest/use/configure/language-options#predefined-global-variables

@k-paxian k-paxian changed the title Invalid languageOptions.globals object key "AudioWorkletGlobalScope " Not compatible with eslint 9+. Invalid languageOptions.globals object key "AudioWorkletGlobalScope " Jan 7, 2025
@irmantasluk
Copy link

I have the same issue, same error.

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

No branches or pull requests

2 participants