Releases: mightyiam/eslint-config-love
Releases · mightyiam/eslint-config-love
v47.0.0
v46.0.0
v45.0.0
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
44.0.0 (2024-04-02)
⚠ BREAKING CHANGES
- deps: minimum @typescript-eslint is v7.0.1
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
- deps: bump minimum @typescript-eslint to v7.0.1 (44da116)
Testing
- expected resolved config rules (593ac1b)
v43.1.0
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
- config type change (3c0c24b)
v43.0.1
v43.0.0
v42.0.0
v41.0.0
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)