Skip to content

Releases: firefoxic/eslint-config

Release v5.0.0

16 Nov 08:21

Choose a tag to compare

Changed

  • The config is now required eslint version 9.15 or higher and node.js version 20.13 or higher except version 21.
  • Import sorting has been removed. Use editor customization instead (available in vscode and zed).

Release v4.0.0

30 Oct 03:04

Choose a tag to compare

Changed

  • The config is now required eslint version 9.13 or higher and node.js version 20.12 or higher except version 21.

Release v3.0.1

19 Aug 13:10

Choose a tag to compare

Fixed

  • Type definitions have now been added to the package.

Release v3.0.0

18 Aug 19:49

Choose a tag to compare

Changed

  • const bindings are now only allowed at the top level of the module’s scope, so that it can represent a value that is a true, dependency-free constant such as π, , etc…

Release v2.2.0

14 Aug 09:54

Choose a tag to compare

Added

  • Irregular whitespaces are no longer prohibited. That's for sure now 🤭

Release v2.1.0

14 Aug 01:23

Choose a tag to compare

Added

  • Irregular whitespaces are no longer prohibited.

Release v2.0.0

26 May 09:09

Choose a tag to compare

Changed

  • Multiline comments (except jsDoc) should now be sequences of single-line comments.

Fixed

  • Irregular whitespaces are now allowed in comments, regular expressions, strings, template literals, and JSX-like text.

Release v1.0.0

06 May 13:07

Choose a tag to compare

Added

  • Base config for eslint without using globals, but with its re-export.