Skip to content

Releases: eslint-stylistic/eslint-stylistic

v2.8.0

09 Sep 17:04
5b045e5
Compare
Choose a tag to compare

2.8.0 (2024-09-09)

Features

  • indent: indention inside TemplateLiteral always start at level one (#528) (d2f92c0)
  • remove @types/eslint (5ea3d6a)

Bug Fixes

  • indent-binary-ops: improve nested handling, close #530 (af1c21a)
  • move spacing rules about as and satisfies from type-annontation-spacing to keyword-spacing (#535) (b89ae5e)

Documentation

v2.7.2

30 Aug 15:19
cceeba9
Compare
Choose a tag to compare

2.7.2 (2024-08-30)

Bug Fixes

  • types: add missing type reference, close #526 (47fddb0)

v2.7.1

29 Aug 14:34
2c72f70
Compare
Choose a tag to compare

2.7.1 (2024-08-29)

Chores

v2.7.0-beta.1

29 Aug 13:40
380902f
Compare
Choose a tag to compare

2.7.0-beta.1 (2024-08-29)

Build Related

  • improve bundling (bb187a8)
  • standalone build for main package (971b534)

Chores

v2.7.0-beta.0

29 Aug 10:17
fb49cec
Compare
Choose a tag to compare

2.7.0-beta.0 (2024-08-29)

Chores

v2.7.0

29 Aug 13:59
c74c517
Compare
Choose a tag to compare

Huge internal refactoring towards #482. It should not affect on userland

    View changes on GitHub

v2.6.5

29 Aug 08:46
323855e
Compare
Choose a tag to compare

2.6.5 (2024-08-28)

Bug Fixes

  • type-annotation-spacing: consider spacing around as and satisfies operator (#517) (cf254a9)

Documentation

  • use new vscode codeActionsOnSave syntax (#511) (086b7f3)

v2.6.4

16 Aug 00:58
5f4e01b
Compare
Choose a tag to compare

2.6.4 (2024-08-15)

Bug Fixes

  • configs: should not ignore templateLiteral for indent (3154799)

Chores

v2.6.3

15 Aug 17:10
4b4d5b2
Compare
Choose a tag to compare

2.6.3 (2024-08-15)

Bug Fixes

  • add explicit "type": "commonjs" (9d37124)
  • arrow-parens: wrong parens removal with optional parameter (#499) (71896ce)
  • lines-between-class-members: properly infer exceptAfterOverload from enforce (#239) (3dfa159)
  • ts/padding-line-between-statements: removing blank line between functions in interface (#71) (#468) (91eb636)

Chores

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)