Skip to content

Releases: eslint-stylistic/eslint-stylistic

v2.6.0-beta.0

27 Jun 08:45
4468410
Compare
Choose a tag to compare

2.6.0-beta.0 (2024-06-27)

Features

Bug Fixes

Documentation

Chores

  • update release-please config (90bf9ad)

v2.3.0

25 Jun 14:57
18e82d4
Compare
Choose a tag to compare

2.3.0 (2024-06-25)

Features

  • js/array-element-newline: options multiline and consistent combination (#445) (cfd3327)
  • ts: add object-curly-newline and object-property-newline (#444) (036d3de)

Bug Fixes

  • jsx-indent: deprecate jsx-indent rule in favor of indent (#447) (57dd2e8)

v2.2.2

19 Jun 09:56
e1898af
Compare
Choose a tag to compare

2.2.2 (2024-06-19)

Bug Fixes

  • indent: correct class property initialization (#431) (09ea5b0)
  • plus/indent-binary-ops: considring || and && (#430) (9627a10)

Documentation

Chores

v2.2.1

17 Jun 09:47
0be51ee
Compare
Choose a tag to compare

2.2.1 (2024-06-17)

Bug Fixes

  • indent: correct indentation in chained methods calls with generics (#424) (4ba8b08)
  • indent: handle undefined node.decorators when tsParser is not configured (#422) (3d63054)

v2.2.0

15 Jun 13:12
7f3efde
Compare
Choose a tag to compare

2.2.0 (2024-06-15)

Features

Bug Fixes

  • indent: correct indentation for PropertyDefinition with decorators (#416) (4b4d27c)
  • make plugin assignable to ESLint.Plugin (#418) (9887ead)
  • quotes: allow template literals to avoid escape sequences (#410) (1891c5f)

v2.1.0

09 May 09:33
8bac198
Compare
Choose a tag to compare

2.1.0 (2024-05-09)

Features

  • js: port multiline-comment-style and line-comment-position (#389) (e3212fe)

v2.0.0

08 May 13:54
e533ea8
Compare
Choose a tag to compare

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

07 May 16:28
b00ecd5
Compare
Choose a tag to compare

1.8.1 (2024-05-07)

Bug Fixes

  • jsx-one-expression-per-line: only one line break has not been processed (#384) (a297f84)

Documentation

v1.8.0

30 Apr 12:38
48fd938
Compare
Choose a tag to compare

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

  • jsx-indent: conflict between indent and jsx-indent (#368) (7313184)

Documentation

v1.7.2

15 Apr 19:04
5fd819a
Compare
Choose a tag to compare

1.7.2 (2024-04-14)

Documentation

Build Related

  • try using a single package for release-please (b3bf006)