Skip to content

Releases: eslint-stylistic/eslint-stylistic

v2.10.1

01 Nov 06:10
2015893
Compare
Choose a tag to compare

2.10.1 (2024-11-01)

Features

  • indent-binary-ops: disabled to lower indent when starts closing bracket (#591) (25fe554)

Bug Fixes

  • key-spacing: crash for import without attributes when using align: "colon" (#594) (6000f43)

Chores

v2.10.0

30 Oct 20:43
0002fe0
Compare
Choose a tag to compare

2.10.0 (2024-10-30)

Features

  • cross test comma-spacing (#562) (ea72317)
  • function-call-spacing: auto-fix optional chain when option is never (#589) (7a2b47f)
  • function-call-spacing: support ImportExpression in ts version (#570) (19d1f8c)
  • indent-binary-ops: logical expression indent (#576) (cbf800d)
  • indent: add support for Import Attributes (#579) (4f944d8)
  • key-spacing: add support for Import Attributes (#583) (789d893)
  • max-statements-per-line: new option to allow specific statements (#558) (2ed4054)
  • no-multi-spaces: add support for Import Attributes (#584) (0da0713)
  • padding-line-between-statements: add support for multiline-export and singleline-export (#582) (2690a30)
  • quote-props: add support for Import Attributes (#581) (4edfee2)

Bug Fixes

  • correct the type of quotes in customize (#590) (b86c2df)
  • function-call-spacing: don't remove comments while auto-fixing (#588) (53b4a55)
  • jsx-closing-bracket-location: should not remove comment in jsx (#566) (e2ba8d5)

Documentation

  • func-call-spacing: fixing broken links (#587) (d3dbc22)

Chores

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)