Skip to content

Releases: ipfs/eslint-config-ipfs

v7.0.0

01 May 11:27
Compare
Choose a tag to compare

7.0.0 (2024-05-01)

⚠ BREAKING CHANGES

  • eslint-config-love requires updated peer dependencies

Dependencies

  • upgrade deps, replace eslint-config-standard-with-typescript with eslint-config-love (#218) (a83be5b), closes #217

v6.0.2

01 May 09:47
Compare
Choose a tag to compare

6.0.2 (2024-05-01)

Bug Fixes

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (1f9ebc6)

v6.0.1

19 Jan 09:46
Compare
Choose a tag to compare

6.0.1 (2024-01-19)

Dependencies

  • dev: bump aegir from 40.0.13 to 42.2.2 (#203) (ba17326)

v6.0.0

29 Sep 14:48
Compare
Choose a tag to compare

6.0.0 (2023-09-29)

⚠ BREAKING CHANGES

  • All interfaces now need to use method signature style rather than property function style

eg:
before

interface Foo {
  bar: (baz: number) => void
}

after

interface Foo {
  bar(baz: number): void
}

Features

v5.0.1

26 Jul 11:06
Compare
Choose a tag to compare

5.0.1 (2023-07-26)

Dependencies

  • bump eslint-config-standard-with-typescript from 36.1.1 to 37.0.0 (#179) (51d369c)
  • dev: bump aegir from 39.0.13 to 40.0.0 (#178) (42155e8)

v5.0.0

19 Jul 12:31
Compare
Choose a tag to compare

5.0.0 (2023-07-19)

⚠ BREAKING CHANGES

  • bump eslint-plugin-jsdoc from 43.2.0 to 46.4.4 (#176)

Trivial Changes

  • restore linting (#148) (b222ba7)
  • Update .github/workflows/stale.yml [skip ci] (b77e8e7)
  • Update .github/workflows/stale.yml [skip ci] (fec2f8f)

Dependencies

  • bump eslint-config-standard-with-typescript from 34.0.1 to 36.1.0 (#175) (2caff0a)
  • bump eslint-plugin-jsdoc from 43.2.0 to 46.4.4 (#176) (4768f37)

v4.0.3

11 May 06:18
Compare
Choose a tag to compare

4.0.3 (2023-05-11)

Dependencies

  • dev: bump aegir from 38.1.8 to 39.0.6 (#156) (37f2f4e)

v4.0.2

27 Apr 08:26
Compare
Choose a tag to compare

4.0.2 (2023-04-27)

Bug Fixes

  • remove import newlines and specify all groups (#149) (70bc250)

v4.0.1

27 Apr 07:50
Compare
Choose a tag to compare

4.0.1 (2023-04-27)

Dependencies

  • bump eslint-plugin-jsdoc from 40.3.0 to 43.1.1 (#147) (d95cf23)

v4.0.0

05 Apr 17:10
Compare
Choose a tag to compare

4.0.0 (2023-04-05)

⚠ BREAKING CHANGES

  • await is not allowed before return unless it is inside a try/catch in which case it is required

Co-authored-by: Russell Dempsey 1173416+SgtPooki@users.noreply.github.com

  • previously jsx and tsx files were not linted, now they are
  • add import sorting rule (#126)

Features

Bug Fixes

  • only require awaiting promises returned from inside try/catch blocks (#133) (a6e4a7b), closes #130

Trivial Changes

  • convert to aegir project (81d8ba3)
  • deps: bump eslint-config-standard-with-typescript from 27.0.1 to 34.0.1 (#135) (fc9aa6f)
  • deps: bump eslint-plugin-jsdoc from 39.9.1 to 40.1.1 (#139) (bd1422b)
  • fix linting (adffc58)
  • use unified ci (2674c56)