Skip to content

Releases: eggjs/eslint-config-egg

v14.1.0

21 Jan 16:14
Compare
Choose a tag to compare

14.1.0 (2025-01-21)

Features


This release is also available on:

v14.0.0

29 Jun 03:29
Compare
Choose a tag to compare

14.0.0 (2024-06-29)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

new features:

  • support es2022 by default
  • enable enforce-node-prefix by default

other breaking changes:

  • remove react rules
  • remove babel
  • drop TypeScript < 5 support

Features

  • enable enforce-node-prefix by default (#73) (a6802b0)

This release is also available on:

v13.1.0

18 Dec 07:00
Compare
Choose a tag to compare

13.1.0 (2023-12-18)

Features


This release is also available on:

v13.0.0

17 Sep 05:43
Compare
Choose a tag to compare

13.0.0 (2023-09-17)

⚠ BREAKING CHANGES

  • Drop Node.js < 16 support
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0

YOUR TYPESCRIPT VERSION: 5.2.2

Please only submit bug reports when using the officially supported version.

Features

  • avoid @typescript-eslint/typescript-estree warning message (#69) (#70) (2189460)

This release is also available on:

v12.3.1

17 Sep 05:07
Compare
Choose a tag to compare

12.3.1 (2023-09-17)

Reverts

  • Revert "feat: avoid @typescript-eslint/typescript-estree warning message (#69)" (1923200), closes #69

This release is also available on:

v12.3.0

16 Sep 06:57
Compare
Choose a tag to compare

12.3.0 (2023-09-16)

Features

  • avoid @typescript-eslint/typescript-estree warning message (#69) (afde702)

This release is also available on:

v12.2.1

25 Mar 09:56
Compare
Choose a tag to compare

12.2.1 (2023-03-25)

Bug Fixes

  • enforce-node-prefix rule should support on commonjs (#68) (b1a1316)

This release is also available on:

v12.2.0

24 Mar 10:52
Compare
Choose a tag to compare

12.2.0 (2023-03-24)

Features

  • Add enforce "node:" prefix rule on import module (#67) (5a1aa4e)

This release is also available on: