Skip to content

Releases: salesforce/eslint-config-lwc

v4.0.0

12 Apr 00:35

Choose a tag to compare

Breaking Changes

This release drops support for ESLint versions below v9 in the master branch.

As a transitional step, ESLint v8 rules have been moved to the eslint-v8 branch and can be retrieved from npm using the eslint-v8 tag.

Important

As part of the transition step, all new rules will be created for both v8 (eslint-v8 branch) and v9 (master branch).

Check the official ESLint page for details migrating to ESLint v9.

What's Changed

  • @W-17931403 Expose ts configs to published library by @abhagta-sfdc in #150
  • chore(master): add note to write rules in ESLint v8 & v9 to CONTRIBUTING.md by @jmsjtu in #152
  • feat: ESLint v9 by @jmsjtu in #151

Full Changelog: v3.7.1...v4.0.0

v3.7.2

12 Apr 00:34

Choose a tag to compare

What's Changed

  • @W-17931403 Expose ts configs to published library by @abhagta-sfdc in #150
  • chore(eslint-v8): add note to write rules in ESLint v8 & v9 to CONTRIBUTING.md by @jmsjtu in #153

Full Changelog: v3.7.1...v3.7.2

v3.7.1

17 Jan 21:45
7906d7f

Choose a tag to compare

What's Changed

Full Changelog: v3.7.0...v3.7.1

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.1

v4.0.0-beta.1

08 Jan 00:00
0dcc6ae

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

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

Choose a tag to compare

What's Changed

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

v3.4.0

20 Feb 22:04
bfe9fba

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

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

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

Choose a tag to compare

Misc

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