Skip to content

Releases: forcedotcom/eslint-plugin-aura

v3.0.0

09 May 18:57
ee4440d

Choose a tag to compare

Breaking Change

This release drops support for ESLint versions below v9. To continue using ESLint v8, use @salesforce/eslint-plugin-aura@v2.x.

What's Changed

  • feat!: add support for eslint v9, drop support for eslint v8 & v7 @W-18423706 by @ravijayaramappa in #44

New Contributors

Full Changelog: v2.1.0...v3.0.0

v3.0.0-beta.1

07 May 17:18
ae64314

Choose a tag to compare

Breaking Change

This release drops support for ESLint versions below v9. To continue using ESLint v8, use @salesforce/eslint-plugin-aura@v2.x.

What's Changed

  • feat!: add support for eslint v9, drop support for eslint v8 & v7 @W-18423706 by @ravijayaramappa in #44

New Contributors

Full Changelog: v2.1.0...v3.0.0-beta.1

v2.1.0

29 Mar 08:43
f602246

Choose a tag to compare

Features

  • #35: Add support for ESLint 8.

2.0.0

14 Apr 23:20

Choose a tag to compare

Breaking Changes

  • #22: Bump minimum Node version to 12.
  • #23: Rework recommended configuration.

Features

  • #27, #28: Add Locker rules.
  • #29: Add Aura deprecation linting rules.
  • #33: Bump ESLint peer dependency to ESLint 7.

Chores & Maintenance

  • #18: Use Mocha as the test runner.
  • #20: Enforce ESLint and Prettier as commit hooks.
  • #24: Remove aura-service rule.
  • #25: Replace Travis with CircleCI.
  • #30: Enforce strict mode.
  • #31: Improve rules documentation, add regression tests.