Commit b58d8e1
committed
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 types1 parent d3a26bb commit b58d8e1
3 files changed
+32
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
1 | 30 | | |
2 | 31 | | |
3 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments