You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3a24db1: Update eslint-plugin-sonarjs to 4.0.0, which adds support for ESLint 10.
cbd1925: Add perfectionist/sort-modules to the general sort-* rules and apply the same rules to them as applied to the others
6793c7c: Allow comments to partition imports as defined in perfectionist/sort-imports
1bebd64: Update eslint-plugin-de-morgan to 2.1.1 which adds support for ESLint 10
0378338: Update eslint-plugin-perfectionist to 5.6.0 which adds support for ESLint 10.
00e9954: Update eslint-plugin-depend to 1.5.0 which adds support for ESLint 10
459b5f5: Increase peer dependency range of eslint and @eslint/js to include v10
6793c7c: Add perfectionist/sort-decorators, perfectionist/sort-heritage-clauses and perfectionist/sort-switch-case to the general sort-* rules and apply the same rules to them as applied to the others
0472bd1: Update eslint-plugin-perfectionist to 5.0.0, which includes some breaking changes but this configuration should handle most of them for you. If you run into issues check out the release page for v5
Patch Changes
b8c5b68: Swap to using defineConfig from eslint/config instead of config from typescript-eslint as recommended by typescript-eslint
b1fef17: Update eslint-plugin-de-morgan to 2.0.0. It is now shipped as ESM-only, this should not be a breaking change considering this package is already ESM-only.