Skip to content

Commit b58d8e1

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.0...v4.0.0) (2023-11-10) ### Bug Fixes * fixes wrong type hints in base config and react config ([ef60c9f](ef60c9f)) * **perfectionist:** update import groups configuration ([2513e42](2513e42)) * **perfectionist:** natural sorting for imports and objects ([2dcb782](2dcb782)) * **perfectionist:** refine groups to sort imports ([9fd31cc](9fd31cc)) ### Features * **base:** move consistent type imports rules into strict configuration ([1c55d79](1c55d79)) * **local:** add shared-config for performance improvements for local development ([07dd315](07dd315)) * **perfectionist:** extend all the rules for natural sorting with ignoring the lower/upper case ([03d7fdc](03d7fdc)) * **perfectionist:** extend rule `sort-named-imports` ([bb00813](bb00813)) * **typescript:** enable "@typescript-eslint/consistent-type-imports" rule ([15d5447](15d5447)) ### Performance Improvements * **base:** disable import rules recommended by typescript-eslint ([f35b2a8](f35b2a8)) ### BREAKING CHANGES * **typescript:** Enforces a new import style for TypeScript types
1 parent d3a26bb commit b58d8e1

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [4.0.0](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v3.0.0...v4.0.0) (2023-11-10)
2+
3+
4+
### Bug Fixes
5+
6+
* fixes wrong type hints in base config and react config ([ef60c9f](https://github.com/Boehringer-Ingelheim/eslint-config/commit/ef60c9f8c39eee91087b4e8a4bb0e7140d55e939))
7+
* **perfectionist:** update import groups configuration ([2513e42](https://github.com/Boehringer-Ingelheim/eslint-config/commit/2513e428957d7d97c20b08e26ba40af140f0c88a))
8+
* **perfectionist:** natural sorting for imports and objects ([2dcb782](https://github.com/Boehringer-Ingelheim/eslint-config/commit/2dcb7821fa3d3ba0366e2938c768ee962dcd23ef))
9+
* **perfectionist:** refine groups to sort imports ([9fd31cc](https://github.com/Boehringer-Ingelheim/eslint-config/commit/9fd31cc33fd42861e99b7f7fe979bfb37a42f87e))
10+
11+
12+
### Features
13+
14+
* **base:** move consistent type imports rules into strict configuration ([1c55d79](https://github.com/Boehringer-Ingelheim/eslint-config/commit/1c55d7939e6a74d4bb920edc9da780e87ee8e581))
15+
* **local:** add shared-config for performance improvements for local development ([07dd315](https://github.com/Boehringer-Ingelheim/eslint-config/commit/07dd3158bbf02245f8d90b7e7f484be8e727fac3))
16+
* **perfectionist:** extend all the rules for natural sorting with ignoring the lower/upper case ([03d7fdc](https://github.com/Boehringer-Ingelheim/eslint-config/commit/03d7fdc346f6b5a521763ccca100612a4bf7ef06))
17+
* **perfectionist:** extend rule `sort-named-imports` ([bb00813](https://github.com/Boehringer-Ingelheim/eslint-config/commit/bb008130ee5903bae626f1ef63f9e7e58e629d95))
18+
* **typescript:** enable "@typescript-eslint/consistent-type-imports" rule ([15d5447](https://github.com/Boehringer-Ingelheim/eslint-config/commit/15d5447ee5fb3e4fc4ee2263e5e8eaff0e418308))
19+
20+
21+
### Performance Improvements
22+
23+
* **base:** disable import rules recommended by typescript-eslint ([f35b2a8](https://github.com/Boehringer-Ingelheim/eslint-config/commit/f35b2a88ea619d00088574e7e3aa87f852980e31))
24+
25+
26+
### BREAKING CHANGES
27+
28+
* **typescript:** Enforces a new import style for TypeScript types
29+
130
# [4.0.0-next.4](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v4.0.0-next.3...v4.0.0-next.4) (2023-11-09)
231

332

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boehringer-ingelheim/eslint-config",
3-
"version": "4.0.0-next.4",
3+
"version": "4.0.0",
44
"description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
55
"keywords": [
66
"boehringer",

0 commit comments

Comments
 (0)