Skip to content

Releases: salesforce/eslint-config-lwc

v4.0.0-beta.1

08 Jan 00:00
0dcc6ae
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

Breaking Change

  • feat!: added support for eslint v9, dropped support for eslint v8 and older @W-17448473 by @ravijayaramappa in #141

What's Changed

New Contributors

Full Changelog: v3.6.0...v4.0.0-beta.1

v3.6.0

28 Jun 15:57
ec924bd
Compare
Choose a tag to compare

v3.6.0 introduces new variations of the existing configs that support parsing TypeScript files. TypeScript support is experimental, and not all rules will report violations when used with TypeScript language features.

The new configs are:

  • @salesforce/eslint-config-lwc/base-ts
  • @salesforce/eslint-config-lwc/recommended-ts
  • @salesforce/eslint-config-lwc/extended-ts
  • @salesforce/eslint-config-lwc/i18n-ts
  • @salesforce/eslint-config-lwc/ssr-ts

v3.5.0

28 Jun 18:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.5.0

v3.4.0

20 Feb 22:04
bfe9fba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.4...v3.4.0

v3.3.4

24 Jan 10:13
ed61265
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.3...v3.3.4

v3.3.3

10 Jul 22:26
Compare
Choose a tag to compare

Bug Fixes

  • Fix whitelisted commerce and experience wires by @seckardt in #100.

Internal Changes

v3.3.2

08 Jun 15:28
e846560
Compare
Choose a tag to compare

Misc

  • Allow all the wire adapters from commerce/*Api and experience/*Api (#98).

v3.2.5

19 May 17:23
Compare
Choose a tag to compare

Features

  • Add new wire adapters for lightning/analyticsWaveApi

v3.3.1

12 May 08:59
74f3cc4
Compare
Choose a tag to compare

Bug fixes

  • Add new public analytics wire adapters by @smithgp in #96

Internal changes

v3.3.0

11 Apr 19:52
efa96be
Compare
Choose a tag to compare

New features

  • adds lwc/no-disallowed-lwc-imports rule to @salesforce/eslint-config-lwc/base (#93)