Releases: MailOnline/eslint-config-mailonline
Releases · MailOnline/eslint-config-mailonline
v13.0.2
13.0.2 (2024-06-17)
Reverts
- Revert "fix: allow nodejs 16.20 engine" (6337723)
v13.0.1
13.0.1 (2024-06-17)
Bug Fixes
- allow nodejs 16.20 engine (fbd7492)
v13.0.0
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
Issues: MOL-29362
v12.0.0
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
11.0.0 (2024-04-17)
Code Refactoring
BREAKING CHANGES
- upgrade eslint to 9.0.0
- drop support for NodeJS < 20
v10.0.0
10.0.0 (2021-09-15)
Bug Fixes
- update husky pre-commit hook (e2760f3)
Code Refactoring
BREAKING CHANGES
v9.0.2
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
9.0.1 (2020-02-12)
Bug Fixes
v9.0.0
9.0.0 (2017-11-20)
Bug Fixes
- disable import/no-namespace (53e0f8c)
- move canonical rules into package (d622962)
BREAKING CHANGES