Skip to content

Releases: Ultimaker/eslint-config

v1.3.2

20 Jun 07:50
Compare
Choose a tag to compare
Release v1.3.2

v1.3.1

08 Jun 15:24
Compare
Choose a tag to compare
Release v1.3.1

v1.3.0

01 Jun 11:07
Compare
Choose a tag to compare

Dependency updates

v1.3.0-beta.1

10 May 09:43
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

Fix

Fix the package publishing right.

v1.3.0-beta.0

10 May 08:36
Compare
Choose a tag to compare
v1.3.0-beta.0 Pre-release
Pre-release

Updates

  • Dependency updates

v1.2.2

14 Dec 14:43
8028554
Compare
Choose a tag to compare

What's Changed

  • Update workflow files from stardust-npm-scripts by @rvdh in #107

Full Changelog: v1.2.1...v1.2.2

v1.2.1

23 Sep 13:26
Compare
Choose a tag to compare

In this release we disabled the complaint from react/default-props-match-prop-types.

v1.2.0

24 Feb 16:59
Compare
Choose a tag to compare

This release disables the no-use-before-define rule for typescript files since it is incompatible and caused a lot of 'React' was used before it was define errors.

These packages also got updated:

  • @typescript-eslint/parser 4.15.1> 4.15.2
  • eslint-config-airbnb 18.0.1 > 18.2.1

v1.1.3

15 Jul 11:55
Compare
Choose a tag to compare

Allows for the use of the pattern where we export the base component as a named export and the connected or router version as a default export.

To achieve this the rule import/no-named-as-default is set to off.

v1.1.2

15 Jun 11:31
Compare
Choose a tag to compare

Update the rules and settings so that .ts and .tsx can be imported without extensions.