Skip to content

Releases: tophat/eslint-config

@tophat/eslint-plugin-import@2.0.0

2.0.0 "@tophat/eslint-plugin-import" (2023-10-02)

Breaking Changes

  • Min TypeScript version is now v5.2.2 and min. @typescript-eslint version is 6.7.3. The typescript-eslint v6 change may bring in other changes to the default rules. (48bb6e0)

Dependencies

  • update min TypeScript version and TypeScript plugins (#318) (48bb6e0)

@tophat/eslint-import-resolver-require@1.0.0

1.0.0 "@tophat/eslint-import-resolver-require" (2023-10-02)

Breaking Changes

  • Min TypeScript version is now v5.2.2 and min. @typescript-eslint version is 6.7.3. The typescript-eslint v6 change may bring in other changes to the default rules. (48bb6e0)

Dependencies

  • update min TypeScript version and TypeScript plugins (#318) (48bb6e0)

@tophat/eslint-config@9.0.0

9.0.0 "@tophat/eslint-config" (2023-10-02)

Breaking Changes

  • Min TypeScript version is now v5.2.2 and min. @typescript-eslint version is 6.7.3. The typescript-eslint v6 change may bring in other changes to the default rules. (48bb6e0)

Bug Fixes

Dependencies

  • update min TypeScript version and TypeScript plugins (#318) (48bb6e0)

@tophat/eslint-config@9.0.0-rc.2

02 Oct 13:36
6b8063b
Compare
Choose a tag to compare
Pre-release

9.0.0-rc.2 "@tophat/eslint-config" (2023-10-02)

Bug Fixes

@tophat/eslint-config@9.0.0-rc.1

02 Oct 12:58
c36a3c4
Compare
Choose a tag to compare
Pre-release

9.0.0-rc.1 "@tophat/eslint-config" (2023-10-02)

Bug Fixes

@tophat/eslint-plugin-import@2.0.0-rc.0

27 Sep 16:30
eaa0bea
Compare
Choose a tag to compare
Pre-release

2.0.0-rc.0 "@tophat/eslint-plugin-import" (2023-09-27)

Breaking Changes

  • Min TypeScript version is now v5.2.2 and min. @typescript-eslint version is 6.7.3. The typescript-eslint v6 change may bring in other changes to the default rules. (48bb6e0)

Dependencies

  • update min TypeScript version and TypeScript plugins (#318) (48bb6e0)

@tophat/eslint-import-resolver-require@1.0.0-rc.0

27 Sep 16:30
eaa0bea
Compare
Choose a tag to compare

1.0.0-rc.0 "@tophat/eslint-import-resolver-require" (2023-09-27)

Breaking Changes

  • Min TypeScript version is now v5.2.2 and min. @typescript-eslint version is 6.7.3. The typescript-eslint v6 change may bring in other changes to the default rules. (48bb6e0)

Dependencies

  • update min TypeScript version and TypeScript plugins (#318) (48bb6e0)

@tophat/eslint-config@9.0.0-rc.0

27 Sep 16:30
eaa0bea
Compare
Choose a tag to compare
Pre-release

9.0.0-rc.0 "@tophat/eslint-config" (2023-09-27)

Breaking Changes

  • Min TypeScript version is now v5.2.2 and min. @typescript-eslint version is 6.7.3. The typescript-eslint v6 change may bring in other changes to the default rules. (48bb6e0)

Bug Fixes

  • removed no-confusing-void-expressions rule (#314) (c483dd1)

Dependencies

  • update min TypeScript version and TypeScript plugins (#318) (48bb6e0)

@tophat/eslint-config@8.0.1

8.0.1 "@tophat/eslint-config" (2023-08-31)

Bug Fixes

  • ignore no-confusing-void-expression as it changes code behaviour (9421ea6)
  • ignore no-confusing-void-expression as it changes code behaviour (#307) (9421ea6)

@tophat/eslint-config@8.0.0

8.0.0 "@tophat/eslint-config" (2023-08-29)

Breaking Changes

  • This repo has been updated to prettier v3 and peerDependency ranges have been updated to require v3 for consumers. You can find the migration steps here https://prettier.io/blog/2023/07/05/3.0.0.html for adopting the changes, most of which should be minimal for consumers. (28a9cc9)

Dependencies