Skip to content

Releases: eslint-stylistic/eslint-stylistic

v4.2.0

03 Mar 08:52
c430ddf
Compare
Choose a tag to compare

4.2.0 (2025-03-03)

Features

  • config: update yield-star-spacing and generator-star-spacing config to align with Prettier (86d17c8)

Documentation

v4.1.0

26 Feb 07:06
d3ee9e5
Compare
Choose a tag to compare

4.1.0 (2025-02-26)

Features

  • add module.exports named export for require(esm) compatibility (#700) (668c955)

Documentation

Chores

v4.0.1

19 Feb 07:04
e6dbb9d
Compare
Choose a tag to compare

4.0.1 (2025-02-19)

Bug Fixes

  • indent-binary-ops: handle { for left token check (#693) (7f2740e)

Chores

v4.0.0

18 Feb 08:41
522e55f
Compare
Choose a tag to compare

4.0.0 (2025-02-18)

⚠ BREAKING CHANGES

  • migrate to ESM-only, requires ESLint v9+ (#670)

Features

  • semi-spacing: support handling typescript (#687) (8b76c93)
  • space-infix-ops: allow to ignore types in ts variant (#684) (c83ce20)

Chores

v4.0.0-beta.1

10 Feb 04:46
481d54b
Compare
Choose a tag to compare

4.0.0-beta.1 (2025-02-10)

⚠ BREAKING CHANGES

  • migrate to ESM-only, requires ESLint v9+ (#670)

Features

  • migrate to ESM-only, requires ESLint v9+ (#670) (3145d50)

Chores

v3.1.0

08 Feb 03:31
6b42973
Compare
Choose a tag to compare

3.1.0 (2025-02-08)

Features

  • generic-spacing: remove spaces in type param instantiation (#677) (2a29e28)

v3.0.1

29 Jan 14:54
21704b6
Compare
Choose a tag to compare

3.0.1 (2025-01-29)

Bug Fixes

v3.0.0

25 Jan 10:03
770a0a8
Compare
Choose a tag to compare

3.0.0 (2025-01-25)

⚠ BREAKING CHANGES

  • indent-binary-ops: remove unnecessary logic (#645)
  • cross test function-call-spacing (#565)
  • comma-style: turn off all exceptions option by default (#602)

Features

  • comma-style: turn off all exceptions option by default (#602) (c424d63)
  • cross test function-call-spacing (#565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#667) (8dd68e2)

Bug Fixes

  • jsx-wrap-multilines: prevent crash when using tabs (#653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)

Documentation

Chores

v2.13.0

13 Jan 01:33
ce9c082
Compare
Choose a tag to compare

2.13.0 (2025-01-13)

Features

  • key-spacing: add ignoredNodes option (#640) (33ae1f6)
  • no-extra-parens: introduce nestedConditionalExpressions option (#657) (bf63800)
  • padded-blocks: add start and end options (#655) (cf49939)

Bug Fixes

  • indent-binary-ops: correctly handle TypeAliasDeclaration (#647) (ca2aabc)
  • indent-binary-ops: indent on multiline assignment (#644) (d708587)

Documentation

Chores

  • replace deprecated isSpaceBetweenTokens with isSpaceBetween (#646) (6da7c42)

v2.12.1

11 Dec 06:48
65a18b2
Compare
Choose a tag to compare

2.12.1 (2024-12-11)

Features

  • indent: introduce offsetTernaryExpressionsOffsetCallExpressions options (#636) (c14a3ee)

Documentation

  • correct eslint flat config in migration guide (#634) (16a0ae0)

Chores