Skip to content

Releases: eslint-stylistic/eslint-stylistic

v2.9.0

05 Oct 05:08
40ba040
Compare
Choose a tag to compare

2.9.0 (2024-10-05)

Features

  • add indent option tabLength to customize config (#538) (91a18e7)
  • curly-newline: add new rule (#548) (049c20e)
  • Improve indent in template literals (#553) (9130c94)
  • jsx/jsx-closing-tag-location: add location option to customize indentation (#550) (ae09edd)

Bug Fixes

  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#544) (7e3a0d3)

Documentation

Chores

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