From 98a962f65c419b902072a83badce950862d9646b Mon Sep 17 00:00:00 2001 From: dw-0 Date: Thu, 24 Oct 2024 21:07:11 +0200 Subject: [PATCH] chore: update changelog Signed-off-by: Dominik Willner --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e80f3b05..677079b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Switched the `no-empty-function` rule from `warn` to `error` in the `eslint` configuration +- Switched the `consistent-type-definitions` rule from `warn` to `error` in the `eslint` configuration ### Fixed