Releases: EvgenyOrekhov/eslint-config-hardcore
Releases · EvgenyOrekhov/eslint-config-hardcore
v41.0.0 - typescript-eslint v6
Should be no major changes, but bumping just in case.
v40.1.0
hardcore
- Add
@putout/plugin-apply-starts-with
- Remove deprecated
unicorn/no-unsafe-regex
hardcore/react
- Enable
checkContextObjects
option forreact/display-name
v40.0.0
Update Prettier to v3
v39.0.3
Update dependencies
v39.0.2
Update dependencies
v39.0.1
Disable react/sort-comp
in hardcore/ts-for-js
and hardcore/ts
because it conflicts with eslint-plugin-sort-class-members.
v39.0.0 - Alphabetical sorting
Enforce natural (if available) or alphabetical case-insensitive sorting of almost everything.
All new rules are autofixable.
Consistency FTW!
v38.0.0 - eslint-plugin-simple-import-sort
Major changes
Use eslint-plugin-simple-import-sort instead of import/order
for ESM. Simplify FTW!
The new order rules are pretty close to the old ones, but there still might be a ton of warnings.
It's good that they are autofixable, right?
v37.0.0
v36.4.0
hardcore
hardcore/react
- a11y: add
<Image>
and<Img>
as aliases for<img>