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
#58: Convert plugin dependencies to peer dependencies to match the ESLint programming model for plugins and shared configurations. eslint-plugin-lwc as a dependency of eslint-config-lwc only works when they become peers after being hoisted by a package manager. Since hoisting is an implementation detail that should not be relied upon, users must explicitly install plugins depended on by @salesforce/eslint-config-lwc.
Improvements
#53: Configure the no-unknown-wire-adapters rule to ensure that CartSummaryAdapter is a known wire adapter.
#56: Configure the no-unexpected-wire-adapter-usages rule to ensure that usage of the CartSummaryAdapter wire adapter is restricted.
Bug fixes
#51: Disable the loading of babel configuration files. Doing so will avoid parsing errors when the configuration file uses the legacy decorators plugin.