Skip to content

Releases: eslint-stylistic/eslint-stylistic

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

v2.12.0

08 Dec 18:16
b67f274
Compare
Choose a tag to compare

2.12.0 (2024-12-08)

Bug Fixes

  • comma-style: handles comma after default import and trailing comma (#600) (2d8d8ce)
  • function-call-spacing: remove invalid defaults from schema (#617) (0714754)
  • indent: consider CallExpression when offsetTernaryExpressions is true (#625) (55d3529)
  • jsx-wrap-multilines: text between replacement texts included in parentheses (#618) (0764252)

Documentation

Chores

v2.11.0

19 Nov 02:02
11e83d8
Compare
Choose a tag to compare

2.11.0 (2024-11-19)

Features

  • comma-dangle: add support for Import Attributes (#586) (4c177c3)
  • comma-style: add support for more syntax (#597) (922151c)
  • function-call-argument-newline: add support for Import Attributes (#603) (8ee0c24)
  • function-call-spacing: add optionalChain to control the space around the optional chain (#605) (f732798)
  • function-paren-newline: add support for Import Attributes (#585) (4ede153)

Bug Fixes

Build Related

  • deps: bump codecov/codecov-action from 4 to 5 (#612) (047a384)