Skip to content

Releases: eslint-stylistic/eslint-stylistic

v2.6.2

08 Aug 18:20
cb55835
Compare
Choose a tag to compare

2.6.2 (2024-08-08)

Bug Fixes

  • indent: indentation for argument with decorators (#487) (aefb3be)
  • quotes: ignore backtick in ts import types (#493) (a7f7c2a)

Chores

  • consistent createRule argument order (83e22f2)
  • indent: simplify the code related to PropertyDefinition with decorators (#489) (53d731f)

v2.6.1

01 Aug 10:51
dde2c6f
Compare
Choose a tag to compare

2.6.1 (2024-08-01)

Bug Fixes

v2.6.0

31 Jul 21:38
52ff83b
Compare
Choose a tag to compare

2.6.0 (2024-07-31)

Bump @typescript-eslint to v8 (#452)

v2.6.0-beta.1

27 Jul 21:22
e6cf178
Compare
Choose a tag to compare

2.6.0-beta.1 (2024-07-27)

Features

  • migrate to @types/eslint v9.6.0 (#479) (ea72aae)
  • ts/padding-line-between-statements: support for enum (#453) (7126f21)

Bug Fixes

  • indent: handle mixed spaces and tabs (#465) (d5ae88d)
  • type-generic-spacing: consider parentheses (#467) (fd08dd8)

Documentation

Chores

v2.4.0

27 Jul 20:52
8ad36ab
Compare
Choose a tag to compare

2.4.0 (2024-07-27)

Features

Bug Fixes

Documentation

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)