Skip to content

Releases: shlinkio/js-coding-standard

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.

v2.5.1

09 Jun 07:09
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Recover some rules lost when airbnb plugins were removed, by adding @Stylistic eslint plugin.

v2.5.0

06 Jun 07:19
38bfcc7
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Make all dependencies peer dependencies, so that dependabot can update them on every project.

Deprecated

  • Nothing

Removed

  • Remove airbnb plugins.

Fixed

  • Nothing

v2.4.1

07 Apr 10:21
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Update to @typescript-eslint/* deps v7.x
  • Update to eslint-config-airbnb-typescript deps v18.x

Deprecated

  • Nothing

Removed

  • Disable react/no-unused-prop-types rule.

Fixed

  • Nothing

v2.3.0

20 Aug 17:52
Compare
Choose a tag to compare

Added

  • Add eslint-plugin-react-hooks.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing