6.0.1 (2024-12-18)
- prettier-disable: disable accidentally activated deprecated rule (0ea3bfb)
6.0.0 (2024-12-18)
- prettier-disable: add prettier-disable to npm release (617691f)
- remove eslint-plugin-deprecation as this is handled by sonarjs and typescript-eslint now (931e781)
- typescript: switch from eslint dot-notation to @typescript-eslint/do-notation (0327e74)
- deps: update major release of eslint-plugin-perfectionist (56b26af)
- deps: update majore release of typescript-eslint (c929b6e)
- base: add 'eslint-plugin-deprecation' to report usage of deprecated code (00939c6)
- deps: update dependencies (9166ce6)
- deps: update eslint-plugin-perfectionist@3 (1ca8eac)
- deps: update eslint-plugin-playwright to ^2.1.0 (6f75084)
- deps: update eslint-plugin-react-hooks to ^5.1.0 (76cd621)
- prettier-disable: adds a prettier-disable shared config (4e8000c)
- deps: major update for eslint-plugin-react-hooks to ^5.1.0
- deps: major update for eslint-plugin-playwright to ^2.1.0
- deps: update major release of typescript-eslint with new rules enabled
- deps: major update and rule changes of eslint perfectionist
- base: add 'eslint-plugin-deprecation' to base configuration
- deps: update to eslint-plugin-perfectionist@3
6.0.0-next.7 (2024-12-17)
- deps: update eslint-plugin-playwright to ^2.1.0 (6f75084)
- deps: update eslint-plugin-react-hooks to ^5.1.0 (76cd621)
- "chore(deps): update some major versions" (28b4c17)
- deps: major update for eslint-plugin-react-hooks to ^5.1.0
- deps: major update for eslint-plugin-playwright to ^2.1.0
6.0.0-next.6 (2024-12-13)
- remove eslint-plugin-deprecation as this is handled by sonarjs and typescript-eslint now (931e781)
- deps: update major release of eslint-plugin-perfectionist (56b26af)
- deps: update majore release of typescript-eslint (c929b6e)
- deps: update some major versions (bd583e3)
- deps: update major release of typescript-eslint with new rules enabled
- deps: major update and rule changes of eslint perfectionist
- deps: major updates for eslint-sonarjs with new rules enabled
6.0.0-next.5 (2024-12-13)
- prettier-disable: add prettier-disable to npm release (617691f)
6.0.0-next.4 (2024-12-13)
- prettier-disable: adds a prettier-disable shared config (4e8000c)
6.0.0-next.3 (2024-09-16)
- typescript: switch from eslint dot-notation to @typescript-eslint/do-notation (0327e74)
6.0.0-next.2 (2024-08-07)
- deps: update eslint-plugin-perfectionist@3 (1ca8eac)
- deps: update to eslint-plugin-perfectionist@3
6.0.0-next.1 (2024-08-07)
- base: add 'eslint-plugin-deprecation' to report usage of deprecated code (00939c6)
- base: add 'eslint-plugin-deprecation' to base configuration
5.1.0-next.1 (2024-07-24)
- deps: update dependencies (9166ce6)
5.0.3 (2024-07-15)
- fixes @typescript-eslint/restrict-template-expressions configuration (9013d86)
5.0.3-next.1 (2024-07-15)
- fixes @typescript-eslint/restrict-template-expressions configuration (9013d86)
5.0.2 (2024-07-11)
- allows number in string templates for @typescript-eslint/restrict-template-expressions (2ba7e33)
5.0.2-next.1 (2024-07-11)
- allows number in string templates for @typescript-eslint/restrict-template-expressions (2ba7e33)
5.0.1 (2024-05-15)
- base: [sonarjs] use recommended-legacy configuration (baa1736)
5.0.0 (2024-05-13)
- merge brought in unintentional downgrade (39fc2ec)
- added react-refresh to react config (8a9c441)
- perfectionist: adapt the rule configuration to sort-intersection-types (f2a2f94)
- update package typescript-eslint@7 (b2990b5)
- update version (cdfd4cc)
- update to typescript-eslint@7
5.0.0-next.3 (2024-04-25)
- perfectionist: adapt the rule configuration to sort-intersection-types (f2a2f94)
5.0.0-next.2 (2024-04-09)
- merge brought in unintentional downgrade (39fc2ec)
5.0.0-next.1 (2024-03-14)
- update package typescript-eslint@7 (b2990b5)
- update to typescript-eslint@7
4.2.0 (2024-03-14)
- updates (a18892a)
4.1.0 (2024-01-18)
- add reportUnusedDisableDirectives setting to base (d73d2e6)
4.0.1 (2023-11-16)
- perfectionist: reenable recommended groups configuration of perfectionist/sort-classes (8fa1e5b), closes #16
4.0.0 (2023-11-10)
- fixes wrong type hints in base config and react config (ef60c9f)
- perfectionist: update import groups configuration (2513e42)
- perfectionist: natural sorting for imports and objects (2dcb782)
- perfectionist: refine groups to sort imports (9fd31cc)
- base: move consistent type imports rules into strict configuration (1c55d79)
- local: add shared-config for performance improvements for local development (07dd315)
- perfectionist: extend all the rules for natural sorting with ignoring the lower/upper case (03d7fdc)
- perfectionist: extend rule
sort-named-imports
(bb00813) - typescript: enable "@typescript-eslint/consistent-type-imports" rule (15d5447)
- base: disable import rules recommended by typescript-eslint (f35b2a8)
- typescript: Enforces a new import style for TypeScript types
4.0.0-next.4 (2023-11-09)
- fixes wrong type hints in base config and react config (ef60c9f)
4.0.0-next.3 (2023-11-09)
- local: add shared-config for performance improvements for local development (07dd315)
- base: disable import rules recommended by typescript-eslint (f35b2a8)
4.0.0-next.2 (2023-10-26)
- base: move consistent type imports rules into strict configuration (1c55d79)
4.0.0-next.1 (2023-10-19)
- typescript: enable "@typescript-eslint/consistent-type-imports" rule (15d5447)
- typescript: Enforces a new import style for TypeScript types
3.1.0-next.2 (2023-10-16)
- perfectionist: extend rule
sort-named-imports
(bb00813)
3.1.0-next.1 (2023-09-26)
- perfectionist: update import groups configuration (2513e42)
- perfectionist: natural sorting for imports and objects (2dcb782)
- perfectionist: refine groups to sort imports (9fd31cc)
- perfectionist: extend all the rules for natural sorting with ignoring the lower/upper case (03d7fdc)
3.0.0 (2023-09-13)
- update to eslint-plugin-perfectionist@2
- add eslint-plugin-perfectionist and remove eslint-plugin-sort-keys-plus
2.0.0 (2023-08-14)
- update to typescript-eslint@6 (dc77acf)
- update to typescript-eslint@6
1.1.4 (2023-06-01)
- eslint-plugin: [import/no-unused-modules] ignore configuration files on
eslintrc
file level (a50fdf2)
1.1.3 (2023-04-19)
- eslint-plugin: [parserOptions] improve monorepo support (7e97ec0)
1.1.2 (2023-04-19)
- eslint-plugin: [import/no-unused-modules] support CJS and ESM file extension on specified files (4d872bf)
1.1.1 (2023-03-07)
- eslint-plugin: [import/no-unused-modules] ignore rule on specified files (be03c76)
1.1.0 (2023-03-01)
- react: disallow the use of TypeScript enums (cd7fc5c)
1.0.1 (2023-02-16)
- deps: eslint rules not found (f74af62)
- initial version (45c6ab6)