Releases: Ultimaker/eslint-config
Releases · Ultimaker/eslint-config
v1.3.2
v1.3.1
v1.3.0
Dependency updates
v1.3.0-beta.1
Fix
Fix the package publishing right.
v1.3.0-beta.0
Updates
- Dependency updates
v1.2.2
v1.2.1
v1.2.0
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
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
.