Skip to content

Releases: shlinkio/js-coding-standard

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

v2.2.0

08 Aug 08:37
Compare
Choose a tag to compare
v2.2.0

v2.1.0

18 Feb 10:36
Compare
Choose a tag to compare

Added

  • #10 Enforce import type whenever possible.
  • #11 Enforce ordering imports alphabetically.
  • #12 Ban export default.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v2.0.2

12 May 20:39
Compare
Choose a tag to compare

Added

  • Added automation publishing pipeline

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

[2.0.1] - 2022.03-26

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Ensured overrides apply to spec files, not only test ones

[2.0.0] - 2022.03-26

Added

  • Updated to airbnb coding standard

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing