Skip to content

Releases: eslint-stylistic/eslint-stylistic

v1.6.2

15 Feb 11:46
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.6.1

08 Feb 19:17
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.6.0

05 Feb 16:34
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.5.4

17 Jan 10:04
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • configs: Member-delimiter-style should use semi delimiters when semi is true, fix #266  -  by @IGx89 in #267 and #266 (7701a)
  • indent: Correctly identify opening brace on enum declaration  -  by @PindaPixel and Lucas Kruger in #261 (3c794)
  • padding-line-between-statements: Recognize ExportAllDeclaration nodes  -  by @fasttime in #257 (52f05)
  • ts/indent: Indentation of multiline type parameter instantiations  -  by @lo1tuma in #256 (0ef56)
    View changes on GitHub

v1.5.3

02 Jan 13:35
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v1.5.2

02 Jan 13:33
Compare
Choose a tag to compare

   🚀 Features

  • configs: Add new options to customize config to assist with migrating from Prettier  -  by @eagerestwolf in #224 (d6b41)

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

11 Dec 12:31
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.5.0

05 Dec 11:33
Compare
Choose a tag to compare

   🚀 Features

Screenshot 2023-12-05 at 12 34 57
  • Introduce @stylistic/eslint-plugin-plus, a package holding new rules introduced by ESLint Stylistic  -  #203 (02b73)

    • indent-binary-ops: New rule  -  #202 (97166)
    • type-generic-spacing: New rule  -  #200 (1a871)
    • type-named-tuple-spacing: New rule  -  #201 (8a66a)
    • They should improve the overall consistency of the formatting that covers some syntaxes that previously missed
  • configs: Enable extra rules in the configs factory  -  #205 (58f22)

  • js/no-multi-spaces: New includeTabs option  -  #195 (be417)

   🐞 Bug Fixes

  • Remove duplicate rule in all configs  -  by @abrahamguo in #199 (01eee)
  • configs: Improve fixture testing, update all config to improve compatibility  -  #204 (5fb18)
  • ts/quotes: Allow backtick literals, but forbid backtick import assertions  -  by @abrahamguo in #191 (59ff2)
    View changes on GitHub

v1.5.0-beta.0

03 Dec 15:18
Compare
Choose a tag to compare
v1.5.0-beta.0 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.4.1

23 Nov 11:20
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub