Skip to content

Releases: shlinkio/js-coding-standard

v3.5.0

29 Mar 09:08
81a1ec4
Compare
Choose a tag to compare

Added

  • Add eslint-plugin-import
  • Add eslint-plugin-react-compiler

Changed

  • Expose base and react configs on their own entry points. Default entry point still merges both.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v3.4.1

28 Mar 07:44
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Update react/jsx-tag-spacing so that it requires a space before closing tag.
  • Update @stylistic/eslint-plugin to >=4.2
  • Update typescript-eslint to ^8.28

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v3.4.0

22 Feb 10:00
Compare
Choose a tag to compare

Added

  • Support any version of @stylistic/eslint-plugin newer than 3.0. This allows this library to continue working even if they release major versions (which happens frequently).

    If a new major versions becomes incompatible for any reason, dependabot will highlight it.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Drop support for ESLint 8.

Fixed

  • Nothing

v3.3.0

31 Jan 08:30
Compare
Choose a tag to compare

Added

  • Update to @stylistic/eslint-plugin 3.0

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v3.2.1

22 Oct 12:42
9f7260c
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Fix rules definitions coming from plugins or shareable configs.

v3.2.0

12 Oct 17:58
ddb623b
Compare
Choose a tag to compare

Added

  • Add support for eslint-plugin-react-hooks 5.x.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v3.1.0

12 Sep 13:06
d7d7af1
Compare
Choose a tag to compare

Added

  • #109 Add support for eslint 9.x.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Drop support for typescript-eslint 7.x.

Fixed

  • Nothing

v3.0.1

01 Aug 12:09
Compare
Choose a tag to compare

Added

  • Add support for typescript-eslint 8.0.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v3.0.0

20 Jun 12:50
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #84 Migrate to ESLint flat config.
  • #112 Split into two ESLint configs, one for React-specific rules, and one for the rest of rules.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v2.5.2

19 Jun 08:48
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Do not allow more than 1 consecutive empty line.