Skip to content

Releases: AlansCodeLog/eslint-config

v5.0.0-beta.3

28 May 23:22
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

5.0.0-beta.3 (2024-05-28)

🐛 Fixes

  • fixed issues with vue config (aae0c1e)

v5.0.0-beta.2

27 May 22:01
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

5.0.0-beta.2 (2024-05-27)

🐛 Fixes

  • remove deprecated prefer-ts-expect-error for new ban-ts-comment (285cc3b)

  • turned comma-dangle back off (3e19de1)

Had only actually ever been on for js but rarely encountered the rule.

v5.0.0-beta.1

26 May 23:58
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2024-05-26)

⚠ BREAKING CHANGES

  • Config is now in eslint's new flat config format.
    Additionally all deps were updated, and things might function slightly different.

⭐ New Features

  • updated to eslint 9.0.0 and new flat format (96ea004)

v4.0.3

09 Jul 00:56
Compare
Choose a tag to compare

4.0.3 (2023-07-09)

🐛 Fixes

  • disabled import/no-namespace (502f8d3)
  • removed vue baseIndent (89ef7f7)

v4.0.2

11 Feb 15:08
Compare
Choose a tag to compare

4.0.2 (2023-02-11)

🐛 Fixes

  • disable prefer-function-type (c74bb26)
  • async rule clash in js (5b47979)

📖 Documentation

  • skip-ci: fixed code snippets (9f1a53f)

v4.0.0

01 Jan 05:31
Compare
Choose a tag to compare

4.0.0 (2023-01-01)

⚠ BREAKING CHANGES

  • Will probably break a lot of things more than normal.

⭐ New Features

  • changed various rules (43f3f93)
  • simplified and made configs esm compatible (b5454b7)

v3.0.2

06 Jul 13:51
Compare
Choose a tag to compare

3.0.2 (2022-07-06)

v3.0.1

14 May 01:41
Compare
Choose a tag to compare

3.0.1 (2022-05-14)

🐛 Fixes

  • fix vue config (bc027be)
  • made optional peer dependencies optional (62b9bc3)

◀️ Reverts

  • reverted "deps: added depandabot" [skip ci] (34badb5)

📖 Documentation

  • readme: improved install instructions (a11208f)

v3.0.0

12 Nov 21:48
Compare
Choose a tag to compare

3.0.0 (2021-11-12)

⚠ BREAKING CHANGES

  • Mininum node version changed to 14.

🐛 Fixes

  • allow triple slash directives in .d.ts files (708429d)
  • tests not correctly spreading configs (fb0a9c4)
  • missing node types (b84c4a4)
  • disable @typescript-eslint/consistent-type-definitions (106fbf8)
  • no-void interfering with @typescript-eslint/no-floating-promises (665263e)
  • camelCase interfering with typescript naming convention (907adee)

🔗 Dependency Updates

v2.0.3

15 Jun 00:52
Compare
Choose a tag to compare

2.0.3 (2021-06-15)