Releases: eslint-stylistic/eslint-stylistic
Releases · eslint-stylistic/eslint-stylistic
v2.6.0-beta.0
v2.3.0
v2.2.2
2.2.2 (2024-06-19)
Bug Fixes
- indent: correct class property initialization (#431) (09ea5b0)
- plus/indent-binary-ops: considring
||
and&&
(#430) (9627a10)
Documentation
- add flat config versions for Migrate to 1-to-1 Plugins (#435) (d670924)
- fix indentation in jsx.md (#434) (578fce1)
- fix typo in migration.md (#432) (fc38d86)
Chores
v2.2.1
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2024-05-08)
This is a health update, where we bump @typescript-eslint/*
from v6 to v7 and use ESLint v9 for testing and development. This would help us have a more maintainable repo in the long term.
Inherited from them, we now require the same minimal node version of ^18.18.0 || ^20.9.0 || >=21.1.0
.
Other than that, there are no actual behavior changes between v1.8.1 and v2.0.0.
If you already use @typescript-eslint
v7 or ESLint v9, you can safely bump the version without any migrations needed.
⚠ BREAKING CHANGES
- requires Node
^18.18.0 || ^20.9.0 || >=21.1.0
, bump deps (#337)
v1.8.1
v1.8.0
1.8.0 (2024-04-30)
Features
- jsx-function-call-newline: add jsx-function-call-newline rule (#376) (110aa4c)
- jsx-one-expression-per-line: allow single line (#377) (f8825f2)
- jsx-wrap-multilines: supports adding parentheses and line breaks for object properties (#372) (c72d043)
Bug Fixes
Documentation
- update links (f80db20)
v1.7.2
1.7.2 (2024-04-14)
Documentation
- fix link to selectors (#345) (54bafb7)
- no-mixed-operators: clarify rule behavior for parameter 'groups' (#302) (cd02cea)
- redirect curly to eslint page (#309) (4d0e78e)
- update repo url (618eb66)
- update repro link (83e35d1)
Build Related
- try using a single package for release-please (b3bf006)