Skip to content

v1.0.0

Choose a tag to compare

@ekashida ekashida released this 15 Apr 18:14
· 100 commits to master since this release

Breaking changes

  • #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.