You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given Aura is still supported, I would also expect an update on this item.
Seems so far the issue is that the custom rules for aura are not compatible. TypeError: context.getScope is not a function
This topic is still valid. I was updating npm dependencies in my project yesterday and I am still unable to switch to eslint 9 as a dependency error pops up.
Who is responsible for [email protected] ? As this one seems to be the main issue.
Upgraded eslint to 9.1.1 and got those warnings in command line:
npm warn Could not resolve dependency:
npm warn peer eslint@"^7 || ^8" from @salesforce/[email protected]
npm warn node_modules/@salesforce/eslint-plugin-aura
npm warn dev @salesforce/eslint-plugin-aura@"^2.1.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/eslint
npm warn dev eslint@"^9.1.1" from the root project
npm warn 16 more (@babel/eslint-parser, ...)
npm warn
Please upgrade plugin to be compatible with version 9.
The text was updated successfully, but these errors were encountered: