Skip to content

Releases: mightyiam/eslint-config-love

v47.0.0

10 Apr 10:52
Compare
Choose a tag to compare

47.0.0 (2024-04-10)

⚠ BREAKING CHANGES

  • no longer provides env nor globals.

Features

  • do not specify env nor globals (53802ac)

v46.0.0

07 Apr 17:09
Compare
Choose a tag to compare

46.0.0 (2024-04-07)

⚠ BREAKING CHANGES

  • (trying to) specify all options for rules that are used.
    Most likely will not affect you.

Features

  • try to specify all options for used rules (dc6ad6a), closes #1003

Testing

  • exported value deep equality (c869c59)

v45.0.0

07 Apr 16:28
Compare
Choose a tag to compare

45.0.0 (2024-04-07)

⚠ BREAKING CHANGES

  • all rule configs are arrays.
    This is a breaking change only if you are importing and processing the
    exported value yourself. Otherwise, this shouldn't affect you. Sorry for
    the major bump. Just being careful.

Features

  • all rule configs are arrays (9738761)

Refactoring

  • no extend from eslint-config-standard (065ce30)

Testing

  • rule todo list for eslint core & all plugins (8c84a0e)

v44.0.0

02 Apr 09:24
Compare
Choose a tag to compare

44.0.0 (2024-04-02)

⚠ BREAKING CHANGES

Build system / dependencies

  • ci: "ci" job explicitly fails if test matrix fails (7dddb49)
  • ci: ci workflow if not cancelled (43b73e8)
  • ci: release from branch main (03a84a5)
  • nix: replace flake.nix with shell.nix (023d0b0)
  • shell.nix: nodejs_latest (75d18a0)
  • shell.nix: typescript-language-server (662a8f4)

Features

Testing

  • expected resolved config rules (593ac1b)

v43.1.0

16 Mar 09:15
Compare
Choose a tag to compare

43.1.0 (2024-03-16)

Build system / dependencies

  • ci: 'ci' job does not need commitlint (3d0ae58)
  • commitlint: absorb external config (12b3382)
  • commitlint: don't use a github action (8b49ee7)
  • flake.nix with devShell (afa0a5b)
  • merge-in renovate dependency (3fab714)
  • semantic-release: absorb external config (43160a6)

CI

  • no run on push to branch except master (62c04c7)

Features

  • rename to eslint-config-love (f71d143)

Testing

v43.0.1

20 Jan 06:54
Compare
Choose a tag to compare

43.0.1 (2024-1-20)

Build system / dependencies

  • rm add-to-project workflow (8d2f497)

Documentation

v43.0.0

16 Dec 05:34
Compare
Choose a tag to compare

43.0.0 (2023-12-16)

⚠ BREAKING CHANGES

  • add rule @typescript-eslint/prefer-return-this-type

Features

  • @typescript-eslint/prefer-return-this-type (d987ba3)

v42.0.0

09 Dec 08:28
Compare
Choose a tag to compare

42.0.0 (2023-12-9)

⚠ BREAKING CHANGES

  • add rule @typescript-eslint/no-unsafe-argument

Features

  • @typescript-eslint/no-unsafe-argument (350bd29)

v41.0.0

09 Dec 08:02
Compare
Choose a tag to compare

41.0.0 (2023-12-9)

⚠ BREAKING CHANGES

  • add rule @typescript-eslint/non-nullable-type-assertion-style

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

Features

  • @typescript-eslint/non-nullable-type-assertion-style (3f94c58)

v40.0.0

18 Nov 08:14
Compare
Choose a tag to compare

40.0.0 (2023-11-18)

⚠ BREAKING CHANGES

  • add rule @typescript-eslint/unbound-method

Features