Skip to content

Releases: MailOnline/eslint-config-mailonline

v13.0.2

17 Jun 17:01
Compare
Choose a tag to compare

13.0.2 (2024-06-17)

Reverts

  • Revert "fix: allow nodejs 16.20 engine" (6337723)

v13.0.1

17 Jun 16:54
Compare
Choose a tag to compare

13.0.1 (2024-06-17)

Bug Fixes

  • allow nodejs 16.20 engine (fbd7492)

v13.0.0

02 May 16:04
Compare
Choose a tag to compare

13.0.0 (2024-05-02)

chore

  • allow relative imports before absolute in import/first rule (0cf4549)
  • downgrade eslint to 8.x (2594b7d)
  • remove "jsdoc/newline-after-description" rule because it was removed (18d2600)
  • remove flow rules (4111e49)
  • remove support for eslint-plugin-mocha (b295467)
  • upgrade ecmaScript used to 2021 (33a7976)

BREAKING CHANGES

  • remove support for eslint-plugin-mocha

Issues: MOL-29362

  • The 'absolute-first' condition from the import/first rule has been removed.

Issues: MOL-29362

  • upgrade ecmaScript from 2017 to 2021

Issues: MOL-29362

  • remove "jsdoc/newline-after-description" rule

Issues: MOL-29362

  • downgrade eslint from 9 to 8

Issues: MOL-29362

  • remove support for Flow

Issues: MOL-29362

v12.0.1

19 Apr 13:17
Compare
Choose a tag to compare

12.0.1 (2024-04-19)

Bug Fixes

v12.0.0

18 Apr 07:47
Compare
Choose a tag to compare

12.0.0 (2024-04-18)

chore

  • set Node 18 as compatible engine and downgrade semantic-release (218ab20)

BREAKING CHANGES

  • downgrade semantic-release

Issues: MOL-29317

v11.0.0

17 Apr 16:55
Compare
Choose a tag to compare

11.0.0 (2024-04-17)

Code Refactoring

BREAKING CHANGES

  • upgrade eslint to 9.0.0
  • drop support for NodeJS < 20

v10.0.0

15 Sep 09:32
Compare
Choose a tag to compare

10.0.0 (2021-09-15)

Bug Fixes

  • update husky pre-commit hook (e2760f3)

Code Refactoring

BREAKING CHANGES

  • upgrade eslint to 7.32.0

v9.0.2

14 Sep 16:06
Compare
Choose a tag to compare

9.0.2 (2021-09-14)

Bug Fixes

  • add encrypted deploy api_token (0c390f3)
  • add Travis deploy email configuration (6b4a6bb)
  • update semantic-release NPM script and run only in master (4489ad0)
  • use public repository to create lock file (3217747)

v9.0.1

12 Feb 14:14
Compare
Choose a tag to compare

9.0.1 (2020-02-12)

Bug Fixes

  • fix import/first option (ef718a5)

v9.0.0

20 Nov 14:57
Compare
Choose a tag to compare

9.0.0 (2017-11-20)

Bug Fixes

  • disable import/no-namespace (53e0f8c)
  • move canonical rules into package (d622962)

BREAKING CHANGES

  • removes ava rules