Skip to content

Releases: mightyiam/eslint-config-love

v38.0.0

20 Aug 07:58
Compare
Choose a tag to compare

38.0.0 (2023-08-20)

⚠ BREAKING CHANGES

Build system / dependencies

Features

v37.0.0

22 Jul 09:49
Compare
Choose a tag to compare

37.0.0 (2023-07-22)

⚠ BREAKING CHANGES

Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

Features

  • @typescript-eslint/block-spacing (0a0585f)

v36.1.1

22 Jul 05:56
Compare
Choose a tag to compare

36.1.1 (2023-07-22)

Build system / dependencies

  • automerge @types/ bumps (09b9445)

Documentation

v36.1.0

15 Jul 07:19
Compare
Choose a tag to compare

36.1.0 (2023-07-15)

Features

  • bump eslint-config-standard to v17.1.0 (aacad54)

Build system / dependencies

  • rm redundant peerDep range test (4e7ac4f)

v36.0.1

14 Jul 09:44
Compare
Choose a tag to compare

36.0.1 (2023-07-14)

Bug fixes

  • retrieval of active node versions in ci (5ccd9a6)

v36.0.0

30 Jun 05:47
Compare
Choose a tag to compare

36.0.0 (2023-06-30)

⚠ BREAKING CHANGES

  • the rules are provided at the top level,
    instead of under an overrides property.
    Providing the rules under the overrides property was never a good idea.
    It prevents specifying which files the rules apply to (e.g. [*.js, *.ts]).
    I apologize.
    To migrate, make sure that your extends property is under an overrides item.
    An example is in the readme.
    To help verify your configuration,
    you could obtain a list of files that will be linted, this way:
    DEBUG=eslint:cli-engine npx eslint <path>.

Bug fixes

v35.0.0

02 Jun 06:33
Compare
Choose a tag to compare

35.0.0 (2023-06-02)

⚠ BREAKING CHANGES

Co-authored-by: Rostislav Simonik rostislav.simonik@technologystudio.sk

Build system / dependencies

Testing

  • assign to config.overrides.parser in compatibility config test (2e62830)
  • bottom peerDep compatibility test actually works (73da75f)

Bug fixes

v34.0.1

14 Mar 09:26
Compare
Choose a tag to compare

34.0.1 (2023-03-14)

Testing

  • equivalents not used upstream not considered (7354da5)

Bug fixes

v34.0.0

01 Feb 07:43
Compare
Choose a tag to compare

34.0.0 (2023-02-01)

⚠ BREAKING CHANGES

  • @typescript-eslint/key-spacing

Features

  • @typescript-eslint/key-spacing (f1d8be3)

v33.0.0

27 Jan 07:13
Compare
Choose a tag to compare

33.0.0 (2023-01-27)

⚠ BREAKING CHANGES

  • @typescript-eslint/class-literal-property-style

Co-authored-by: Shahar Dawn Or mightyiampresence@gmail.com

Features

  • @typescript-eslint/class-literal-property-style (35093cb)