Skip to content

Releases: aduth/eslint-config

5.0.0

Choose a tag to compare

@aduth aduth released this 02 Jan 19:08

Breaking Changes

This release brings compatibility with ESLint's new flat config file format introduced in ESLint v9.0.0.

Peer dependencies have been increased:

  • Required peer dependencies:
    • eslint: >=9.5.0
  • Optional peer dependencies:
    • eslint-config-prettier: >=9.1.0
    • eslint-plugin-jsdoc: >=48.2.0
    • eslint-plugin-prettier: >=5.1.0
    • typescript-eslint: >=7.13.0
      • typescript-eslint replaces @typescript-eslint/eslint-plugin and @typescript-eslint/parser

New rules have been enabled which may identify issues in existing code:

4.6.0

Choose a tag to compare

@aduth aduth released this 22 Jun 19:02

Backwards-Compatible Changes

4.5.0

Choose a tag to compare

@aduth aduth released this 17 May 23:15

Improvements

  • Use 'latest' ECMAScript version for esnext ruleset

Backwards-Compatible Changes

  • Disable no-undef rule in typescript ruleset, as it's expected this would be enforced by TypeScript instead