From 2269cc0c3cc0bb0a6581ad8be75825420c65fa56 Mon Sep 17 00:00:00 2001 From: Jan W Date: Wed, 11 Dec 2024 09:12:12 +0100 Subject: [PATCH 1/2] chore: disable unicorn/expiring-todo-comments --- eslint.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index 49b064d..41197b9 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -7,6 +7,9 @@ const config = [ settings: { 'import/ignore': ['node_modules/react-native/index\\.js$'], }, + rules: { + 'unicorn/expiring-todo-comments': 'off', + } }, { files: ['jest.config.js', 'jest-setup.js'], From bb89a5df1c3e774e109a25a61b9f99ca8d43e650 Mon Sep 17 00:00:00 2001 From: Jan W Date: Wed, 11 Dec 2024 09:13:41 +0100 Subject: [PATCH 2/2] chore: lint --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 41197b9..bc3d213 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -9,7 +9,7 @@ const config = [ }, rules: { 'unicorn/expiring-todo-comments': 'off', - } + }, }, { files: ['jest.config.js', 'jest-setup.js'],